mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
456be93956
Closes #40044 Signed-off-by: David Goulet <dgoulet@torproject.org>
34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
// When modifying, don't forget to update the defaults
|
|
// for 'TestingTorNetwork' in 'doc/man/tor.1.txt'
|
|
{ "DirAllowPrivateAddresses", "1" },
|
|
{ "EnforceDistinctSubnets", "0" },
|
|
{ "AuthDirMaxServersPerAddr", "0" },
|
|
{ "ClientBootstrapConsensusAuthorityDownloadInitialDelay", "0" },
|
|
{ "ClientBootstrapConsensusFallbackDownloadInitialDelay", "0" },
|
|
{ "ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay", "0" },
|
|
{ "ClientDNSRejectInternalAddresses", "0" },
|
|
{ "ClientRejectInternalAddresses", "0" },
|
|
{ "CountPrivateBandwidth", "1" },
|
|
{ "ExitPolicyRejectPrivate", "0" },
|
|
{ "ExtendAllowPrivateAddresses", "1" },
|
|
{ "V3AuthVotingInterval", "5 minutes" },
|
|
{ "V3AuthVoteDelay", "20 seconds" },
|
|
{ "V3AuthDistDelay", "20 seconds" },
|
|
{ "TestingV3AuthInitialVotingInterval", "150 seconds" },
|
|
{ "TestingV3AuthInitialVoteDelay", "20 seconds" },
|
|
{ "TestingV3AuthInitialDistDelay", "20 seconds" },
|
|
{ "TestingAuthDirTimeToLearnReachability", "0 minutes" },
|
|
{ "MinUptimeHidServDirectoryV2", "0 minutes" },
|
|
{ "TestingServerDownloadInitialDelay", "0" },
|
|
{ "TestingClientDownloadInitialDelay", "0" },
|
|
{ "TestingServerConsensusDownloadInitialDelay", "0" },
|
|
{ "TestingClientConsensusDownloadInitialDelay", "0" },
|
|
{ "TestingBridgeDownloadInitialDelay", "10" },
|
|
{ "TestingBridgeBootstrapDownloadInitialDelay", "0" },
|
|
{ "TestingClientMaxIntervalWithoutRequest", "5 seconds" },
|
|
{ "TestingDirConnectionMaxStall", "30 seconds" },
|
|
{ "TestingEnableConnBwEvent", "1" },
|
|
{ "TestingEnableCellStatsEvent", "1" },
|
|
{ "RendPostPeriod", "2 minutes" },
|
|
{ "___UsingTestNetworkDefaults", "1" },
|