mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
allow unverified nodes in middle and rendezvous positions by default
svn:r2258
This commit is contained in:
parent
aa1e518446
commit
92a44fddb1
@ -16,6 +16,11 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
|||||||
#SocksPolicy accept 192.168.0.1/16
|
#SocksPolicy accept 192.168.0.1/16
|
||||||
#SocksPolicy reject *
|
#SocksPolicy reject *
|
||||||
|
|
||||||
|
# Allow no-name routers (ones that the dirserver operators don't
|
||||||
|
# know anything about) in only these positions in your circuits.
|
||||||
|
# Other choices (not advised) are entry,exit,introduction.
|
||||||
|
AllowUnverifiedNodes middle,rendezvous
|
||||||
|
|
||||||
# By default, we send log messages to stdout. If you want
|
# By default, we send log messages to stdout. If you want
|
||||||
# them to go somewhere else, uncomment one or more of these example
|
# them to go somewhere else, uncomment one or more of these example
|
||||||
# configurations.
|
# configurations.
|
||||||
|
Loading…
Reference in New Issue
Block a user