Quellcode durchsuchen

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

Roger Dingledine vor 19 Jahren
Ursprung
Commit
5bca8e8b4d
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      src/config/torrc.sample.in

+ 4 - 0
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