tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

testnet.inc (1574B)


      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 { "TestingMinTimeToReportBandwidth", "0 seconds" },
     23 { "TestingServerDownloadInitialDelay", "0" },
     24 { "TestingClientDownloadInitialDelay", "0" },
     25 { "TestingServerConsensusDownloadInitialDelay", "0" },
     26 { "TestingClientConsensusDownloadInitialDelay", "0" },
     27 { "TestingBridgeDownloadInitialDelay", "10" },
     28 { "TestingBridgeBootstrapDownloadInitialDelay", "0" },
     29 { "TestingClientMaxIntervalWithoutRequest", "5 seconds" },
     30 { "TestingDirConnectionMaxStall", "30 seconds" },
     31 { "TestingEnableConnBwEvent", "1" },
     32 { "TestingEnableCellStatsEvent", "1" },
     33 { "___UsingTestNetworkDefaults", "1" },