aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Sjögren <thomas@northernsecurity.net>2005-03-14 23:26:41 +0000
committerThomas Sjögren <thomas@northernsecurity.net>2005-03-14 23:26:41 +0000
commit932252f9b4216350e6cd7b26639b6713981c84ee (patch)
treef8f2a03ac38a007aa0762f2ce801f8b3cde86498 /src
parent538b613079fd2efe2d84083cc10aa5c8e377a48a (diff)
downloadtor-932252f9b4216350e6cd7b26639b6713981c84ee.tar.gz
tor-932252f9b4216350e6cd7b26639b6713981c84ee.zip
Show people where they can find the default exit policy.
svn:r3762
Diffstat (limited to 'src')
-rw-r--r--src/config/torrc.sample.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index edf0bc64dd..6d9cec591c 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -109,7 +109,8 @@ AllowUnverifiedNodes middle,rendezvous
## 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