[or-cvs] more cleanups on the sample torrc file
arma at seul.org
arma at seul.org
Thu Feb 9 05:18:05 UTC 2006
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:
more cleanups on the sample torrc file
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -d -r1.72 -r1.73
--- torrc.sample.in 4 Feb 2006 07:45:40 -0000 1.72
+++ torrc.sample.in 9 Feb 2006 05:18:03 -0000 1.73
@@ -1,12 +1,12 @@
## Configuration file for a typical Tor user
-## Last updated 4 February 2006 for Tor 0.1.1.13-alpha.
+## Last updated 9 February 2006 for Tor 0.1.1.13-alpha.
## (May or may not work for older or newer versions of Tor.)
##
## Lines that begin with "## " try to explain what's going on. Lines
## that begin with just "#" are disabled commands: you can enable them
## by removing the "#" symbol.
##
-## See the man page, or http://tor.eff.org/tor-manual.html, for more
+## See the man page, or http://tor.eff.org/tor-manual-cvs.html, for more
## options you can use in this file.
##
## On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or
@@ -28,7 +28,7 @@ SocksListenAddress 127.0.0.1 # accept co
## 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 SocksListenAddress.
-#SocksPolicy accept 192.168.0.1/16
+#SocksPolicy accept 192.168.0.0/16
#SocksPolicy reject *
## Logs go to stdout at level "notice" unless redirected by something
@@ -118,9 +118,9 @@ SocksListenAddress 127.0.0.1 # accept co
#MyFamily nickname1,nickname2,...
## A comma-separated list of exit policies. They're considered first
-## to last, and the first match wins. If you want to *replace*
+## to last, and the first match wins. If you want to _replace_
## the default exit policy, end this with either a reject *:* or an
-## accept *:*. Otherwise, you're *augmenting* (prepending to) the
+## accept *:*. Otherwise, you're _augmenting_ (prepending to) the
## default exit policy. Leave commented to just use the default, which is
## available in the man page or at http://tor.eff.org/documentation.html
##
More information about the tor-commits
mailing list