Files
tor/src/app/config/testnet.inc
T
David Goulet 456be93956 doc: Move manpages into doc/man/
Closes #40044

Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-07-14 09:02:03 -04:00

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" },