From: Roger Dingledine Date: Sun, 12 Sep 2004 15:07:14 +0000 (+0000) Subject: JI hates people who say "IP" when they mean "IP address" X-Git-Tag: tor-0.0.9pre1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eade496dcd972f5b63c89c020fdfe68e78cf5ddd;p=thirdparty%2Ftor.git JI hates people who say "IP" when they mean "IP address" svn:r2352 --- 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 *