diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-28 05:11:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-28 05:11:10 +0000 |
commit | 82f224ca6d1010d640f425bf132a8b9f51896787 (patch) | |
tree | 9094b9bd0c7b3ace29c37f8e71f6f7c5e03521e4 | |
parent | b354ecfecdefd9e02f8f0a71efc1acedf5244815 (diff) | |
download | tor-82f224ca6d1010d640f425bf132a8b9f51896787.tar tor-82f224ca6d1010d640f425bf132a8b9f51896787.tar.gz |
document 'excludenodes' in man page
svn:r1156
-rw-r--r-- | doc/tor.1.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 3d2a838c3..87aa13bc9 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 |