aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.sample.in
diff options
context:
space:
mode:
authorThomas Sjögren <thomas@northernsecurity.net>2005-03-18 16:30:29 +0000
committerThomas Sjögren <thomas@northernsecurity.net>2005-03-18 16:30:29 +0000
commitb1ceb1fb2261db2081b9494f6618d97022a115d2 (patch)
treeb25af344d82d9420eeadb0c2d444e5d24a6de980 /src/config/torrc.sample.in
parent25fb582065064b37ae6b54e4b2e1b8e6a2d6db50 (diff)
downloadtor-b1ceb1fb2261db2081b9494f6618d97022a115d2.tar
tor-b1ceb1fb2261db2081b9494f6618d97022a115d2.tar.gz
add "warning" about port 80 to torrc.sample.in
svn:r3772
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r--src/config/torrc.sample.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 6d9cec591..e6a61011a 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -111,7 +111,11 @@ AllowUnverifiedNodes middle,rendezvous
## 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 tor.eff.org/tor-manual.html.
+## Port 80 (HTTP or plain web browsing) is the most common usage for
+## Tor, accepting traffic over this port might however get your server
+## blacklisted from various websites. If that happens, uncomment the
+## following line.
+#Exitpolicy reject *:80 # block port 80 but use the default exit policy
#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
-
+#ExitPolicy reject *:* # middleman only -- no exits allowed