diff options
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 e43c512b45..9156f979db 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 |