diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 9156f979db..229bd3ec9d 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -9,9 +9,9 @@ SocksPort 9050 SocksBindAddress 127.0.0.1 # accept connections only from localhost #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port -# Entry policies to allow/deny SOCKS requests based on IP. First -# entry that matches wins. If no SocksPolicy is set, we accept all -# (and only) requests from SocksBindAddress. +# Entry policies to allow/deny SOCKS requests based on IP address. +# First entry that matches wins. If no SocksPolicy is set, we accept +# all (and only) requests from SocksBindAddress. # #SocksPolicy accept 192.168.0.1/16 #SocksPolicy reject * |