]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
JI hates people who say "IP" when they mean "IP address"
authorRoger Dingledine <arma@torproject.org>
Sun, 12 Sep 2004 15:07:14 +0000 (15:07 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 12 Sep 2004 15:07:14 +0000 (15:07 +0000)
svn:r2352

src/config/torrc.sample.in

index 9156f979dbe6b18073b51e3ba2f14da95f1d6d6e..229bd3ec9de9b431e7d89ad337aa16d6047d469f 100644 (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 *