[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] having two example exitpolicy lines, when only one is allow...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] having two example exitpolicy lines, when only one is allow...
- From: arma@seul.org (Roger Dingledine)
- Date: Thu, 13 May 2004 18:38:18 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 13 May 2004 18:38:41 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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 ###