mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
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:
parent
15f937c95e
commit
5bca8e8b4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user