[or-cvs] If certain IPs and ports are blocked externally, e.g. by yo...

arma at seul.org arma at seul.org
Thu Jun 9 10:41:54 UTC 2005


Update of /home/or/cvsroot/tor/src/config
In directory moria:/home/arma/work/onion/tor-010x/tor/src/config

Modified Files:
      Tag: tor-0_1_0-patches
	torrc.sample.in 
Log Message:
## 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.


Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.57.2.1
retrieving revision 1.57.2.2
diff -u -d -r1.57.2.1 -r1.57.2.2
--- torrc.sample.in	6 Jun 2005 16:01:07 -0000	1.57.2.1
+++ torrc.sample.in	9 Jun 2005 10:41:52 -0000	1.57.2.2
@@ -127,6 +127,10 @@
 ## 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



More information about the tor-commits mailing list