[or-cvs] put a note in the torrc about abuse potential with the defa...

Roger Dingledine arma at seul.org
Mon Apr 4 18:56:17 UTC 2005


Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/config

Modified Files:
	torrc.sample.in 
Log Message:
put a note in the torrc about abuse potential with the default
exit policy.


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- torrc.sample.in	27 Mar 2005 11:27:16 -0000	1.52
+++ torrc.sample.in	4 Apr 2005 18:56:15 -0000	1.53
@@ -118,8 +118,13 @@
 ## to last, and the first match wins. If you want to *replace*
 ## the default exit policy, end this with either a reject *:* or an
 ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
-## default exit policy. Leave commented to just use the default, which is 
-## available in the man page or at tor.eff.org/tor-manual.html.
+## default exit policy. Leave commented to just use the default, which is
+## available in the man page or at http://tor.eff.org/tor-manual.html
+##
+## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse
+## for issues you might encounter if you use the default exit policy.
+##
 #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 
+#ExitPolicy reject *:* # middleman only -- no exits allowed
+



More information about the tor-commits mailing list