diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-09 10:42:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-09 10:42:25 +0000 |
commit | 5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d (patch) | |
tree | 82b65aca75c686c5968e8a88d7fdcb83bc4121fd /src/config | |
parent | 15f937c95ee0ce8649bd0cce998b48bfbb2b6461 (diff) | |
download | tor-5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d.tar.gz tor-5bca8e8b4dad2a51b1ffbbb37ae0c29ec0f9a60d.zip |
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')
-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 |