[or-cvs] better comments for exit policies in torrc.sample

Roger Dingledine arma at seul.org
Wed Jan 19 17:26:42 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:
better comments for exit policies in torrc.sample


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- torrc.sample.in	19 Jan 2005 06:06:04 -0000	1.42
+++ torrc.sample.in	19 Jan 2005 17:26:40 -0000	1.43
@@ -109,7 +109,7 @@
 ## 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.
-#ExitPolicy accept *:6660-6667
-#ExitPolicy reject 192.168.0.1:*
-#ExitPolicy reject *:*
+#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
 



More information about the tor-commits mailing list