mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
having two example exitpolicy lines, when only one is allowed, was confusing
svn:r1865
This commit is contained in:
parent
d7815e85a7
commit
010ee5d0ba
1 changed files with 1 additions and 2 deletions
|
@ -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
|
## 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 18.244.0.188:25,accept 18.244.0.114:25
|
#ExitPolicy accept *:6660-6667,reject *:*
|
||||||
#ExitPolicy reject *:*
|
|
||||||
|
|
||||||
##################### Below is just for location-hidden services ###
|
##################### Below is just for location-hidden services ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue