diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-27 11:27:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-27 11:27:16 +0000 |
commit | 452563e157b56e49433a49225975cc2b03c54acf (patch) | |
tree | 4c37fc1279b393c3651f84bd8fff0b01e1670a4e /src/config/torrc.sample.in | |
parent | b8fe866a9d80a56f4513fced0eeed3abed9613fb (diff) | |
download | tor-452563e157b56e49433a49225975cc2b03c54acf.tar.gz tor-452563e157b56e49433a49225975cc2b03c54acf.zip |
make slightly clearer that socksport is for local applications
svn:r3901
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index c954b93f9c..e9dfd23de8 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -12,7 +12,7 @@ ## 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 +SocksPort 9050 # what port to open for local 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 |