aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.sample.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-09 10:42:25 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-09 10:42:25 +0000
commit5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d (patch)
tree82b65aca75c686c5968e8a88d7fdcb83bc4121fd /src/config/torrc.sample.in
parent15f937c95ee0ce8649bd0cce998b48bfbb2b6461 (diff)
downloadtor-5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d.tar
tor-5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d.tar.gz
forward-port:
## If certain IPs and ports are blocked externally, e.g. by your firewall, ## you should update your exit policy to reflect this -- otherwise Tor ## users will be told that those destinations are down. svn:r4376
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r--src/config/torrc.sample.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 41b4aab9f..484ef9a13 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -127,6 +127,10 @@ AllowUnverifiedNodes middle,rendezvous
## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse
## for issues you might encounter if you use the default exit policy.
##
+## If certain IPs and ports are blocked externally, e.g. by your firewall,
+## you should update your exit policy to reflect this -- otherwise Tor
+## users will be told that those destinations are down.
+##
#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