]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
comment SocksPort better as it pertains to servers
authorRoger Dingledine <arma@torproject.org>
Sat, 22 Jan 2005 06:51:31 +0000 (06:51 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 22 Jan 2005 06:51:31 +0000 (06:51 +0000)
svn:r3413

src/config/torrc.sample.in

index 430e4f958ee733f44d0620a77ef1b36f645941e2..3af5c18e41854a23376216050528e69803eaeeee 100644 (file)
@@ -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