[or-cvs] comment SocksPort better as it pertains to servers

Roger Dingledine arma at seul.org
Sat Jan 22 06:51:33 UTC 2005


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

Modified Files:
	torrc.sample.in 
Log Message:
comment SocksPort better as it pertains to servers


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- torrc.sample.in	19 Jan 2005 17:26:40 -0000	1.43
+++ torrc.sample.in	22 Jan 2005 06:51:31 -0000	1.44
@@ -6,8 +6,9 @@
 # On Windows, Tor will look for the configuration file in someplace like
 # "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
 
-## Replace this with "SocksPort 0" if you don't want clients to connect.
-SocksPort 9050 # what port to advertise for application connections
+## Replace this with "SocksPort 0" if you plan to run Tor only as a
+## server, and not make any local application connections yourself.
+SocksPort 9050 # what port to open 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 too
 



More information about the tor-commits mailing list