diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-19 22:03:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-19 22:03:28 +0000 |
commit | 5d1b35ce41cad500d4e4ba39a3757c6ba5f8ed92 (patch) | |
tree | edc89908e857cee27be9bccb6cc30b1131917771 /doc/tor.1.in | |
parent | 6a52867846bcd0b2f9606037eeed2a5e0cd472b9 (diff) | |
download | tor-5d1b35ce41cad500d4e4ba39a3757c6ba5f8ed92.tar.gz tor-5d1b35ce41cad500d4e4ba39a3757c6ba5f8ed92.zip |
and put them in the man page
svn:r6048
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 41 |
1 files changed, 30 insertions, 11 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 4e01cfc421..9e8a8061cd 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -116,6 +116,20 @@ you use it, you will be distinguishable from other users, because you won't believe the same authorities they do. .LP .TP +\fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP +If set to 0, Tor will never fetch any hidden service descriptors from +the rendezvous directories. This option is only useful if you're using +a Tor controller that handles hidserv fetches for you. +(Default: 1) +.LP +.TP +\fBFetchServerDescriptors \fR\fB0\fR|\fB1\fR\fP +If set to 0, Tor will never fetch any network status summaries or server +descriptors from the directory servers. This option is only useful if +you're using a Tor controller that handles directory fetches for you. +(Default: 1) +.LP +.TP \fBGroup \fR\fIGID\fP On startup, setgid to this user. .LP @@ -224,9 +238,7 @@ 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 \fBNoPublish\fP -option below. (Default: 0) +(Default: 0) .LP .TP \fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP @@ -494,14 +506,6 @@ and 19 characters inclusive, and must contain only the characters [a-zA-Z0-9]. .LP .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). -(Default: 0) -.LP -.TP \fBNumCPUs \fR\fInum\fP How many processes to use at once for decrypting onionskins. (Default: 1) .LP @@ -516,6 +520,14 @@ servers. If you specify a port, bind to this port rather than the one specified in ORPort. (Default: 0.0.0.0) .LP .TP +\fBPublishServerDescriptor \fR\fB0\fR|\fB1\fR\fP +If set to 0, 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 +a Tor controller that handles directory publishing for you. +(Default: 1) +.LP +.TP \fBRedirectExit \fR\fIpattern target\fP Whenever an outgoing connection tries to connect to one of a given set of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead. @@ -696,6 +708,13 @@ Do not use the specified nodes as introduction points for the hidden service. In normal use there is no reason to set this. .LP .TP +\fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP +If set to 0, Tor will run any hidden services you configure, but it won't +advertise them to the rendezvous directory. This option is only useful +if you're using a Tor controller that handles hidserv publishing for you. +(Default: 1) +.LP +.TP \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor uploads any rendezvous service descriptors to the directory servers. This information is also |