[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] add "warning" about port 80 to torrc.sample.in



Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/tmp/cvs-serv11668

Modified Files:
	torrc.sample.in 
Log Message:
add "warning" about port 80 to torrc.sample.in


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- torrc.sample.in	14 Mar 2005 23:26:41 -0000	1.46
+++ torrc.sample.in	18 Mar 2005 16:30:29 -0000	1.47
@@ -111,7 +111,11 @@
 ## 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
-
+#ExitPolicy reject *:* # middleman only -- no exits allowed