Tor  0.4.7.0-alpha-dev
testnet.inc
1 // When modifying, don't forget to update the defaults
2 // for 'TestingTorNetwork' in 'doc/man/tor.1.txt'
3 { "DirAllowPrivateAddresses", "1" },
4 { "EnforceDistinctSubnets", "0" },
5 { "AuthDirMaxServersPerAddr", "0" },
6 { "ClientBootstrapConsensusAuthorityDownloadInitialDelay", "0" },
7 { "ClientBootstrapConsensusFallbackDownloadInitialDelay", "0" },
8 { "ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay", "0" },
9 { "ClientDNSRejectInternalAddresses", "0" },
10 { "ClientRejectInternalAddresses", "0" },
11 { "CountPrivateBandwidth", "1" },
12 { "ExitPolicyRejectPrivate", "0" },
13 { "ExtendAllowPrivateAddresses", "1" },
14 { "V3AuthVotingInterval", "5 minutes" },
15 { "V3AuthVoteDelay", "20 seconds" },
16 { "V3AuthDistDelay", "20 seconds" },
17 { "TestingV3AuthInitialVotingInterval", "150 seconds" },
18 { "TestingV3AuthInitialVoteDelay", "20 seconds" },
19 { "TestingV3AuthInitialDistDelay", "20 seconds" },
20 { "TestingAuthDirTimeToLearnReachability", "0 minutes" },
21 { "MinUptimeHidServDirectoryV2", "0 minutes" },
22 { "TestingServerDownloadInitialDelay", "0" },
23 { "TestingClientDownloadInitialDelay", "0" },
24 { "TestingServerConsensusDownloadInitialDelay", "0" },
25 { "TestingClientConsensusDownloadInitialDelay", "0" },
26 { "TestingBridgeDownloadInitialDelay", "10" },
27 { "TestingBridgeBootstrapDownloadInitialDelay", "0" },
28 { "TestingClientMaxIntervalWithoutRequest", "5 seconds" },
29 { "TestingDirConnectionMaxStall", "30 seconds" },
30 { "TestingEnableConnBwEvent", "1" },
31 { "TestingEnableCellStatsEvent", "1" },
32 { "RendPostPeriod", "2 minutes" },
33 { "___UsingTestNetworkDefaults", "1" },