summaryrefslogtreecommitdiff
path: root/doc/tor.1.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-09 09:01:42 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-09 09:01:42 +0000
commitf649ea51b45dd2f2b11bc5d12ecfd0c6d5142a36 (patch)
tree7226919ea9d6fe9f396a3e505949fa5b80ef5d2f /doc/tor.1.in
parentcfc89f875330c9cc015f745cb12c899352d39e43 (diff)
downloadtor-f649ea51b45dd2f2b11bc5d12ecfd0c6d5142a36.tar.gz
tor-f649ea51b45dd2f2b11bc5d12ecfd0c6d5142a36.zip
document NoPublish
mention that ClientOnly is going to become deprecated svn:r4368
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r--doc/tor.1.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 8937240702..95122d4e09 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -168,6 +168,9 @@ If set to 1, Tor will under no circumstances run as a server. The default
is to run as a client unless ORPort is configured. (Usually,
you don't need to set this; Tor is pretty smart at figuring out whether
you are reliable and high-bandwidth enough to be a useful server.)
+
+This option will likely be deprecated in the future; see the NoPublish
+option below.
.TP
\fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
A list of preferred nodes to use for the first hop in the circuit, if possible.
@@ -330,6 +333,12 @@ other servers in its family; it doesn't need to list itself, but it won't hurt.)
\fBNickname \fR\fIname\fP
Set the server's nickname to 'name'.
.TP
+\fBNoPublish \fR\fB0\fR|\fB1\fR\fP
+If you set NoPublish 1, Tor will act as a server if you have an ORPort
+defined, but it will not publish its descriptor to the dirservers. This
+option is useful if you're testing out your server, or if you're using
+alternate dirservers (e.g. for other Tor networks such as Blossom).
+.TP
\fBNumCPUs \fR\fInum\fP
How many processes to use at once for decrypting onionskins. (Default: 1)
.TP