summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-01-12 06:06:47 +0000
committerRoger Dingledine <arma@torproject.org>2004-01-12 06:06:47 +0000
commit20aca03df26d3594ad4d90fb0183a6f87f6d67b6 (patch)
tree8728b0d2236f2383191246fe9be5d5584da21eb8
parentb669b1d57c62c7466bcbc5bdead0508dd0a27472 (diff)
downloadtor-20aca03df26d3594ad4d90fb0183a6f87f6d67b6.tar.gz
tor-20aca03df26d3594ad4d90fb0183a6f87f6d67b6.zip
remember to mention entrynodes and exitnodes in the man page
svn:r985
-rw-r--r--doc/tor.1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index fb022d6740..3d2a838c3f 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -63,6 +63,12 @@ On startup, setuid to this user.
.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