[or-cvs] resolve misleading torrc comments

Roger Dingledine arma at seul.org
Fri Nov 5 11:55:38 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:
resolve misleading torrc comments


Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- torrc.sample.in	4 Nov 2004 15:34:04 -0000	1.26
+++ torrc.sample.in	5 Nov 2004 11:55:35 -0000	1.27
@@ -1,7 +1,7 @@
 # Configuration file for a typical tor user
 
 # Replace this with "SocksPort 0" if you don't want clients to connect.
-SocksPort 9050
+SocksPort 9050 # what port to advertise for application connections
 SocksBindAddress 127.0.0.1 # accept connections only from localhost
 #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
 
@@ -60,13 +60,13 @@
 #Address noname.example.com        # The IP or fqdn for this server
 #ContactInfo 1234D/FFFFFFFF Random Person <nobody at example.com>
 
-#ORPort 9001 # where to listen for tor connections
+#ORPort 9001 # what port to advertise for tor connections
 # If you want to listen on a port other than the one advertised
 # in ORPort, uncomment the line below.
 #ORBindAddress 0.0.0.0:9090
 
 # Uncomment this to mirror the directory for others (please do)
-#DirPort 9030
+#DirPort 9030 # what port to advertise for directory connections
 # If you want to listen on a port other than the one advertised
 # in DirPort, uncomment the line below.
 #DirBindAddress 0.0.0.0:9091



More information about the tor-commits mailing list