aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-15 20:14:44 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-15 20:14:44 +0000
commit416653271a7505e7a219240eaeeb379d4d22afac (patch)
treece30e0fbd64468c8dcdc0496710e1b466457f83f /doc/tor.1.in
parentebf2d275bf37935ce5efff4f205d11eeb400d8c2 (diff)
downloadtor-416653271a7505e7a219240eaeeb379d4d22afac.tar
tor-416653271a7505e7a219240eaeeb379d4d22afac.tar.gz
Implement strict{entry|exit}nodes config options
svn:r2236
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r--doc/tor.1.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 59b2f02a7..254c333d0 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -72,6 +72,14 @@ A list of preferred nodes to use for the last hop in the circuit, if possible.
\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