[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and update the sample torrc to reflect the *listenaddress n...
Update of /home2/or/cvsroot/tor/src/config
In directory moria:/home/arma/work/onion/cvs/tor/src/config
Modified Files:
torrc.sample.in
Log Message:
and update the sample torrc to reflect the *listenaddress notation
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- torrc.sample.in 23 Sep 2005 20:53:42 -0000 1.66
+++ torrc.sample.in 17 Oct 2005 03:23:05 -0000 1.67
@@ -1,5 +1,5 @@
## Configuration file for a typical Tor user
-## Last updated 23 September 2005 for Tor 0.1.1.8-alpha.
+## Last updated 16 October 2005 for Tor 0.1.1.9-alpha.
## (May or may not work for older or newer versions of Tor.)
#
## See the man page, or http://tor.eff.org/tor-manual.html, for more
@@ -18,12 +18,12 @@
## Replace this with "SocksPort 0" if you plan to run Tor only as a
## server, and not make any local application connections yourself.
SocksPort 9050 # what port to open for local application connections
-SocksBindAddress 127.0.0.1 # accept connections only from localhost
-#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too
+SocksListenAddress 127.0.0.1 # accept connections only from localhost
+#SocksListenAddress 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
-## all (and only) requests from SocksBindAddress.
+## all (and only) requests from SocksListenAddress.
#SocksPolicy accept 192.168.0.1/16
#SocksPolicy reject *
@@ -104,7 +104,7 @@
## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment
## the line below. You'll need to do ipchains or other port forwarding
## yourself to make this work.
-#ORBindAddress 0.0.0.0:9090
+#ORListenAddress 0.0.0.0:9090
## Uncomment this to mirror the directory for others (please do)
#DirPort 9030 # what port to advertise for directory connections
@@ -112,7 +112,7 @@
## in DirPort (e.g. to advertise 80 but bind 9091), uncomment the line
## below. You'll need to do ipchains or other port forwarding yourself
## to make this work.
-#DirBindAddress 0.0.0.0:9091
+#DirListenAddress 0.0.0.0:9091
## Uncomment this if you run more than one Tor server, and add the
## nickname of each Tor server you control, even if they're on different