Skip to content
Snippets Groups Projects
Commit 010ee5d0 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

having two example exitpolicy lines, when only one is allowed, was confusing

svn:r1865
parent d7815e85
No related branches found
No related tags found
No related merge requests found
......@@ -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 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment