diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-19 17:26:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-19 17:26:40 +0000 |
commit | f2a7ff6801d2afa51e4c47cfeffdeea4ab1d2cfe (patch) | |
tree | 38eb1b2ca8205426bc84e8b6bb47cfc8568b6b02 /src/config | |
parent | cfcc93296c005513315333224a7d00ed1dfaff62 (diff) | |
download | tor-f2a7ff6801d2afa51e4c47cfeffdeea4ab1d2cfe.tar.gz tor-f2a7ff6801d2afa51e4c47cfeffdeea4ab1d2cfe.zip |
better comments for exit policies in torrc.sample
svn:r3371
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 17eef46d15..430e4f958e 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -109,7 +109,7 @@ AllowUnverifiedNodes middle,rendezvous ## 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 *:6660-6667 -#ExitPolicy reject 192.168.0.1:* -#ExitPolicy reject *:* +#ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more +#ExitPolicy accept *:119 # accept nntp as well as default exit policy +#ExitPolicy reject *:* # middleman only -- no exits allowed |