diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-13 22:38:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-13 22:38:16 +0000 |
commit | 010ee5d0ba06db9cbb70bd2442125ebdb726a18d (patch) | |
tree | 358835cff98b067bdd3f0df85bd784ceaa1072ed | |
parent | d7815e85a79d752d2460b18884c0db859c0d0a18 (diff) | |
download | tor-010ee5d0ba06db9cbb70bd2442125ebdb726a18d.tar.gz tor-010ee5d0ba06db9cbb70bd2442125ebdb726a18d.zip |
having two example exitpolicy lines, when only one is allowed, was confusing
svn:r1865
-rw-r--r-- | src/config/torrc.sample.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 93f3fbf363..c87809fbdd 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -27,8 +27,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost ## 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 ### |