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
This commit is contained in:
Roger Dingledine 2005-06-09 10:42:25 +00:00
parent 15f937c95e
commit 5bca8e8b4d

View File

@ -127,6 +127,10 @@ AllowUnverifiedNodes middle,rendezvous
## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse ## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse
## for issues you might encounter if you use the default exit policy. ## 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 *:6660-6667,reject *:* # allow irc ports but no more
#ExitPolicy accept *:119 # accept nntp as well as default exit policy #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