diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-28 11:44:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-28 11:44:07 +0000 |
commit | d1deb753db7805f2484bacd179af99d7c41a485d (patch) | |
tree | d3a9af341869c1361c9ce3ee4151f759ade05ed1 /src | |
parent | cec2eee5337d1db8ef3873896382739a47f93ddc (diff) | |
download | tor-d1deb753db7805f2484bacd179af99d7c41a485d.tar tor-d1deb753db7805f2484bacd179af99d7c41a485d.tar.gz |
better explain exit policies in the torrc
svn:r1161
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.in b/src/config/torrc.in index b2480b530..f05c3f417 100644 --- a/src/config/torrc.in +++ b/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 *:* |