aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-09-10 18:54:21 +0000
committerNick Mathewson <nickm@torproject.org>2004-09-10 18:54:21 +0000
commit8ab26650ee5ae26230a10eb35a7c686875bb419a (patch)
treeb6e77ec5d5b4873e9d78cc4c2607fabcbb24bd67 /src/config
parent45fb420c96b7cd26b46c2f9c8462a41ba5bacdc2 (diff)
downloadtor-8ab26650ee5ae26230a10eb35a7c686875bb419a.tar
tor-8ab26650ee5ae26230a10eb35a7c686875bb419a.tar.gz
Fix documentation about how not to be an OP
svn:r2342
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index e43c512b4..9156f979d 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -4,7 +4,7 @@
# servers, and from them they get a list of currently up nodes.
RouterFile @CONFDIR@/dirservers
-# Comment out if you don't want to allow applications to connect.
+# Replace this with "SocksPort 0" if you don't want clients to connect.
SocksPort 9050
SocksBindAddress 127.0.0.1 # accept connections only from localhost
#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port