[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remember to mention entrynodes and exitnodes in the man page
- To: or-cvs@freehaven.net
- Subject: [or-cvs] remember to mention entrynodes and exitnodes in the man page
- From: arma@seul.org (Roger Dingledine)
- Date: Mon, 12 Jan 2004 01:06:50 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 12 Jan 2004 01:07:12 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor.1.in
Log Message:
remember to mention entrynodes and exitnodes in the man page
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tor.1.in 10 Jan 2004 23:42:24 -0000 1.5
+++ tor.1.in 12 Jan 2004 06:06:47 -0000 1.6
@@ -63,6 +63,12 @@
.PP
The following options are useful only for clients (that is, if \fBsocksport\fP is non-zero):
.TP
+\fBentrynodes \fR\fInickname,nickname,...\fP
+A list of preferred nodes to use for the first hop in the circuit, if possible.
+.TP
+\fBexitnodes \fR\fInickname,nickname,...\fP
+A list of preferred nodes to use for the last hop in the circuit, if possible.
+.TP
\fBnewcircuitperiod \fR\fINUM\fP
Every NUM seconds consider whether to build a new circuit. (Default: 60)
.TP