diff options
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 41b4aab9fb..484ef9a13f 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 |