]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
improve comments for server operators (maybe)
authorRoger Dingledine <arma@torproject.org>
Sun, 7 Mar 2004 10:18:15 +0000 (10:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 7 Mar 2004 10:18:15 +0000 (10:18 +0000)
svn:r1241

src/config/torrc.in

index f05c3f417367bd13d1cd27e1c466904473801d9b..34c27d409f1a04afb5d91ba83dfadef8ccf56e14 100644 (file)
@@ -10,13 +10,17 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
 
 ##################### Below is just for servers #####################
 
+## NOTE: If you enable these, you won't be able to use tor as a client
+## or server until you've been added to the directory and can
+## authenticate to the other nodes. See the README for details.
+
 ## The directory for keeping all the keys/etc for this server
 #DataDirectory @LOCALSTATEDIR@/lib/tor
 
 #Nickname moria # A unique handle for this server
 #Address moria.seul.org # The fqdn for this server
 
-#ORPort 9001 # where to listen for cell-speaking connections
+#ORPort 9001 # where to listen for tor connections
 #ORBindAddress 0.0.0.0 # accept connections from anywhere
 
 ## A comma-separated list of exit policies. If you want to *replace*