JI hates people who say "IP" when they mean "IP address"

svn:r2352
This commit is contained in:
Roger Dingledine
2004-09-12 15:07:14 +00:00
parent ac7658f2bb
commit eade496dcd
+3 -3
View File
@@ -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 *