diff options
author | Roger Dingledine <arma@torproject.org> | 2004-09-12 15:07:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-09-12 15:07:14 +0000 |
commit | eade496dcd972f5b63c89c020fdfe68e78cf5ddd (patch) | |
tree | 561f43bcf50bca8946c2020170ec3d40ee8c6805 /src/config | |
parent | ac7658f2bbdfcafbe50b2530254ebad79fab9bf4 (diff) | |
download | tor-eade496dcd972f5b63c89c020fdfe68e78cf5ddd.tar tor-eade496dcd972f5b63c89c020fdfe68e78cf5ddd.tar.gz |
JI hates people who say "IP" when they mean "IP address"
svn:r2352
Diffstat (limited to 'src/config')
-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 9156f979d..229bd3ec9 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 * |