[or-cvs] having two example exitpolicy lines, when only one is allow...

Roger Dingledine arma at seul.org
Thu May 13 22:38:18 UTC 2004


Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config

Modified Files:
	torrc.sample.in 
Log Message:
having two example exitpolicy lines, when only one is allowed, was confusing


Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- torrc.sample.in	8 Apr 2004 00:49:28 -0000	1.5
+++ torrc.sample.in	13 May 2004 22:38:16 -0000	1.6
@@ -27,8 +27,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 18.244.0.188:25,accept 18.244.0.114:25
-#ExitPolicy reject *:*
+#ExitPolicy accept *:6660-6667,reject *:*
 
 ##################### Below is just for location-hidden services ###
 



More information about the tor-commits mailing list