diff options
author | Thomas Sjögren <thomas@northernsecurity.net> | 2005-03-18 16:34:56 +0000 |
---|---|---|
committer | Thomas Sjögren <thomas@northernsecurity.net> | 2005-03-18 16:34:56 +0000 |
commit | 7c29b65466ca0a6c4e4e43130815b3fcfb8cb718 (patch) | |
tree | 3bffe7b4ab7024d42c2c837d75d2b8b6b2810872 /src/config | |
parent | b1ceb1fb2261db2081b9494f6618d97022a115d2 (diff) | |
download | tor-7c29b65466ca0a6c4e4e43130815b3fcfb8cb718.tar.gz tor-7c29b65466ca0a6c4e4e43130815b3fcfb8cb718.zip |
removing the warning about port 80.
svn:r3773
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index e6a61011a4..4c88925b2c 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -111,11 +111,6 @@ AllowUnverifiedNodes middle,rendezvous ## 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. -## Port 80 (HTTP or plain web browsing) is the most common usage for -## Tor, accepting traffic over this port might however get your server -## blacklisted from various websites. If that happens, uncomment the -## following line. -#Exitpolicy reject *:80 # block port 80 but 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 |