better comments for exit policies in torrc.sample

svn:r3371
This commit is contained in:
Roger Dingledine 2005-01-19 17:26:40 +00:00
parent cfcc93296c
commit f2a7ff6801

View File

@ -109,7 +109,7 @@ AllowUnverifiedNodes middle,rendezvous
## the default exit policy, end this with either a reject *:* or an ## the default exit policy, end this with either a reject *:* or an
## accept *:*. Otherwise, you're *augmenting* (prepending to) the ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
## default exit policy. Leave commented to just use the default. ## default exit policy. Leave commented to just use the default.
#ExitPolicy accept *:6660-6667 #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
#ExitPolicy reject 192.168.0.1:* #ExitPolicy accept *:119 # accept nntp as well as default exit policy
#ExitPolicy reject *:* #ExitPolicy reject *:* # middleman only -- no exits allowed