[or-cvs] and put them in the man page

arma at seul.org arma at seul.org
Sun Feb 19 22:03:30 UTC 2006


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	tor.1.in 
Log Message:
and put them in the man page


Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -d -r1.133 -r1.134
--- tor.1.in	19 Feb 2006 08:31:47 -0000	1.133
+++ tor.1.in	19 Feb 2006 22:03:28 -0000	1.134
@@ -116,6 +116,20 @@ you use it, you will be distinguishable 
 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 circumsta
 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 co
 [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 
 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 introd
 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



More information about the tor-commits mailing list