mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Remove AssumeReachable from TestingTorNetwork.
Closes ticket 34446.
This commit is contained in:
parent
8361e3c4ab
commit
9fdaede3f7
5
changes/ticket34446
Normal file
5
changes/ticket34446
Normal file
@ -0,0 +1,5 @@
|
||||
o Minor features (testing configuration):
|
||||
- The TestingTorNetwork no longer implicitly sets AssumeReachable to 1.
|
||||
This change will allow us to test relays' self-testing mechanisms,
|
||||
and eventually to test authorities' relay-testing functionality.
|
||||
Closes ticket 34446.
|
@ -3359,7 +3359,6 @@ The following options are used for running a testing Tor network.
|
||||
|
||||
DirAllowPrivateAddresses 1
|
||||
EnforceDistinctSubnets 0
|
||||
AssumeReachable 1
|
||||
AuthDirMaxServersPerAddr 0
|
||||
ClientBootstrapConsensusAuthorityDownloadInitialDelay 0
|
||||
ClientBootstrapConsensusFallbackDownloadInitialDelay 0
|
||||
|
@ -2,7 +2,6 @@
|
||||
// for 'TestingTorNetwork' in 'doc/tor.1.txt'
|
||||
{ "DirAllowPrivateAddresses", "1" },
|
||||
{ "EnforceDistinctSubnets", "0" },
|
||||
{ "AssumeReachable", "1" },
|
||||
{ "AuthDirMaxServersPerAddr", "0" },
|
||||
{ "ClientBootstrapConsensusAuthorityDownloadInitialDelay", "0" },
|
||||
{ "ClientBootstrapConsensusFallbackDownloadInitialDelay", "0" },
|
||||
|
Loading…
Reference in New Issue
Block a user