[or-cvs] Document rest of options

Nick Mathewson nickm at seul.org
Fri Sep 10 00:16:02 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv8077/doc

Modified Files:
	tor.1.in 
Log Message:
Document rest of options

Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- tor.1.in	9 Sep 2004 23:52:15 -0000	1.19
+++ tor.1.in	10 Sep 2004 00:15:59 -0000	1.20
@@ -82,6 +82,11 @@
 the directory servers.  (Tor also uploads this information whenever it 
 changes.)  (Default: 600.)
 .TP
+\fBclientonly \fR\fI0|1\fP
+If set to 1, Tor will under no circumstances run as a server.  (Usually,
+you don't need to set this; Tor is pretty smart at figuring out whether
+you are reliable and high-bandwith enough to be a good server.)
+.TP
 \fBentrynodes \fR\fInickname,nickname,...\fP
 A list of preferred nodes to use for the first hop in the circuit, if possible.
 .TP
@@ -223,7 +228,7 @@
 STRING is a command-separated list of Tor versions currently believed to be safe. The list is included in each directory, and nodes which pull down the directory learn whether they need to upgrade.
 .TP
 \fBruntesting \fR\fI0|1\fP
-If set to 1, Tor tries to stay connected to all of the servers it
+If set to 1, Tor tries to build circuits through all of the servers it
 knows about, so it can tell which are up and which are down.  This
 option is only useful for authoritative directories, so you probably
 don't want to use it.
@@ -254,12 +259,8 @@
 service.
 
 .\" UNDOCUMENTED
-.\" I'm going to wait for go-ahead from arma before I document these;
-.\" there are policy issues here:
-.\" clientonly
 .\" ignoreversion
 
-
 .SH FILES
 .TP
 .I @CONFDIR@/torrc



More information about the tor-commits mailing list