[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] make it clearer you can have multiple SocksBindAddress dire...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] make it clearer you can have multiple SocksBindAddress dire...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Mon, 3 Jan 2005 16:48:02 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 03 Jan 2005 16:48:20 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/config
Modified Files:
torrc.sample.in
Log Message:
make it clearer you can have multiple SocksBindAddress directives
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- torrc.sample.in 2 Jan 2005 06:34:58 -0000 1.40
+++ torrc.sample.in 3 Jan 2005 21:47:59 -0000 1.41
@@ -9,7 +9,7 @@
## Replace this with "SocksPort 0" if you don't want clients to connect.
SocksPort 9050 # what port to advertise for application connections
SocksBindAddress 127.0.0.1 # accept connections only from localhost
-#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
+#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too
## Entry policies to allow/deny SOCKS requests based on IP address.
## First entry that matches wins. If no SocksPolicy is set, we accept