mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
8 lines
444 B
Plaintext
8 lines
444 B
Plaintext
|
o Minor features (testing):
|
||
|
- Add the TestingDirAuthVoteExit option, a list of nodes to vote
|
||
|
Exit for regardless of their uptime, bandwidth, or exit policy.
|
||
|
TestingTorNetwork must be set for this option to have any effect.
|
||
|
Works around an issue where authorities would take up to 35 minutes
|
||
|
to give nodes the Exit flag in a test network, despite short
|
||
|
consensus intervals. Partially implements ticket 13161.
|