[or-cvs] update the sample torrc

Roger Dingledine arma at seul.org
Wed Aug 4 06:17:26 UTC 2004


Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config

Modified Files:
	torrc.sample.in 
Log Message:
update the sample torrc


Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- torrc.sample.in	22 Jul 2004 11:16:39 -0000	1.13
+++ torrc.sample.in	4 Aug 2004 06:17:24 -0000	1.14
@@ -10,7 +10,7 @@
 #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
 
 # Entry policies to allow/deny SOCKS requests based on IP.  By default,
-# we accept all requests to SocksBindAddress.
+# we accept all requests from SocksBindAddress.
 #
 #SocksPolicy accept 192.168.0.1/16:*
 #SocksPolicy reject *:*
@@ -33,9 +33,9 @@
 
 ##################### 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.
+## NOTE: If you enable these, you should consider mailing your
+## identity key fingerprint to the tor-ops, so we can verify
+## your configuration. See the README for details.
 
 ## The directory for keeping all the keys/etc for this server
 #DataDirectory @LOCALSTATEDIR@/lib/tor
@@ -46,7 +46,7 @@
 
 #ORPort 9001 # where to listen for tor connections
 #ORBindAddress 0.0.0.0 # accept connections from anywhere
-#ORBindAddress 0.0.0.0:9090 # accept connections from anywhere, and 
+#ORBindAddress 0.0.0.0:9090 # accept connections from anywhere, and
                             # listen on a port other than the one we
                             # advertised.
 



More information about the tor-commits mailing list