diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-04 18:56:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-04 18:56:15 +0000 |
commit | 88c9e3959a097684036436196a40bd60f2df72e2 (patch) | |
tree | 340bd44aa3ee6d888589059f8d91210b6f1222b4 /src/config/torrc.sample.in | |
parent | 01718369e45f7f77519d6b07ee5db186b70afe9a (diff) | |
download | tor-88c9e3959a097684036436196a40bd60f2df72e2.tar.gz tor-88c9e3959a097684036436196a40bd60f2df72e2.zip |
put a note in the torrc about abuse potential with the default
exit policy.
svn:r4006
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index e9dfd23de8..51aa487e9c 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -118,8 +118,13 @@ AllowUnverifiedNodes middle,rendezvous ## 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 + |