From 187fa01b69646c72f3857ca28150d859d107e081 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 28 Feb 2004 11:44:07 +0000 Subject: [PATCH] better explain exit policies in the torrc svn:r1161 --- trunk/src/config/torrc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/config/torrc.in b/trunk/src/config/torrc.in index b2480b5307..f05c3f4173 100644 --- a/trunk/src/config/torrc.in +++ b/trunk/src/config/torrc.in @@ -22,7 +22,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost ## A comma-separated list of exit policies. If you want to *replace* ## the default exit policy, end this with either a reject *:* or an ## accept *:*. Otherwise, you're *augmenting* (prepending to) the -## default exit policy. +## 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 *:*