summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-28 05:11:10 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-28 05:11:10 +0000
commit82f224ca6d1010d640f425bf132a8b9f51896787 (patch)
tree9094b9bd0c7b3ace29c37f8e71f6f7c5e03521e4
parentb354ecfecdefd9e02f8f0a71efc1acedf5244815 (diff)
downloadtor-82f224ca6d1010d640f425bf132a8b9f51896787.tar.gz
tor-82f224ca6d1010d640f425bf132a8b9f51896787.zip
document 'excludenodes' in man page
svn:r1156
-rw-r--r--doc/tor.1.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 3d2a838c3f..87aa13bc9f 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -69,6 +69,9 @@ A list of preferred nodes to use for the first hop in the circuit, if possible.
\fBexitnodes \fR\fInickname,nickname,...\fP
A list of preferred nodes to use for the last hop in the circuit, if possible.
.TP
+\fBexcludenodes \fR\iInickname,nickname,...\fP
+A list of nodes to never use when building a circuit.
+.TP
\fBnewcircuitperiod \fR\fINUM\fP
Every NUM seconds consider whether to build a new circuit. (Default: 60)
.TP