[or-cvs] make it clearer you can have multiple SocksBindAddress dire...
Roger Dingledine
arma at seul.org
Mon Jan 3 21:48:02 UTC 2005
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
More information about the tor-commits
mailing list