[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Show people where they can find the default exit policy.
Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/tmp/cvs-serv10161
Modified Files:
torrc.sample.in
Log Message:
Show people where they can find the default exit policy.
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- torrc.sample.in 28 Jan 2005 05:40:41 -0000 1.45
+++ torrc.sample.in 14 Mar 2005 23:26:41 -0000 1.46
@@ -109,7 +109,8 @@
## 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
-## default exit policy. Leave commented to just use the default.
+## default exit policy. Leave commented to just use the default, which is
+## available in the man page or at tor.eff.org/tor-manual.html.
#ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
#ExitPolicy reject *:* # middleman only -- no exits allowed