[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] JI hates people who say "IP" when they mean "IP address"
- To: or-cvs@freehaven.net
- Subject: [or-cvs] JI hates people who say "IP" when they mean "IP address"
- From: arma@seul.org (Roger Dingledine)
- Date: Sun, 12 Sep 2004 11:07:16 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 12 Sep 2004 11:07:33 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config
Modified Files:
torrc.sample.in
Log Message:
JI hates people who say "IP" when they mean "IP address"
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- torrc.sample.in 10 Sep 2004 18:54:20 -0000 1.17
+++ torrc.sample.in 12 Sep 2004 15:07:14 -0000 1.18
@@ -9,9 +9,9 @@
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 *