diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-22 06:51:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-22 06:51:31 +0000 |
commit | 8ebe85333c4adfa844c9579f63b669877e9b5ab5 (patch) | |
tree | e9170f2f9540525239abe75665bda0bec8169a4c /src/config/torrc.sample.in | |
parent | 72b3945003458cd0f12fabaa51bd946b611be114 (diff) | |
download | tor-8ebe85333c4adfa844c9579f63b669877e9b5ab5.tar.gz tor-8ebe85333c4adfa844c9579f63b669877e9b5ab5.zip |
comment SocksPort better as it pertains to servers
svn:r3413
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 430e4f958e..3af5c18e41 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -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 |