[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] put a note in the torrc about abuse potential with the defa...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] put a note in the torrc about abuse potential with the defa...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Mon, 4 Apr 2005 14:56:17 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 04 Apr 2005 14:56:37 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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
+