[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement strict{entry|exit}nodes config options
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv20642/doc
Modified Files:
tor.1.in
Log Message:
Implement strict{entry|exit}nodes config options
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tor.1.in 10 Aug 2004 05:34:51 -0000 1.15
+++ tor.1.in 15 Aug 2004 20:14:44 -0000 1.16
@@ -72,6 +72,14 @@
\fBexcludenodes \fR\fInickname,nickname,...\fP
A list of nodes to never use when building a circuit.
.TP
+\fBstrictexitnodes \fR\fI0|1\fP
+If 1, Tor will never use any nodes besides those listed in "exitnodes" for
+the last hop of a circuit.
+.TP
+\fBstrictentrynodes \fR\fI0|1\fP
+If 1, Tor will never use any nodes besides those listed in "entrynodes" for
+the first hop of a circuit.
+.TP
\fBnewcircuitperiod \fR\fINUM\fP
Every NUM seconds consider whether to build a new circuit. (Default: 60)
.TP