authority.tmpl 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ${include:relay-non-exit.tmpl}
  2. AuthoritativeDirectory 1
  3. V3AuthoritativeDirectory 1
  4. ContactInfo auth${nodenum}@test.test
  5. ExitPolicy reject *:*
  6. # Speed up the consensus cycle as fast as it will go
  7. # Voting Interval can be:
  8. # 10, 12, 15, 18, 20, 24, 25, 30, 36, 40, 45, 50, 60, ...
  9. # Testing Initial Voting Interval can be:
  10. # 5, 6, 8, 9, or any of the possible values for Voting Interval,
  11. # as they both need to evenly divide 30 minutes.
  12. # If clock desynchronisation is an issue, use an interval of at least:
  13. # 18 * drift in seconds, to allow for a clock slop factor
  14. TestingV3AuthInitialVotingInterval 5
  15. V3AuthVotingInterval 10
  16. # VoteDelay + DistDelay must be less than VotingInterval
  17. TestingV3AuthInitialVoteDelay 2
  18. V3AuthVoteDelay 2
  19. TestingV3AuthInitialDistDelay 2
  20. V3AuthDistDelay 2
  21. # This is autoconfigured by chutney, so you probably don't want to use it
  22. #TestingV3AuthVotingStartOffset 0
  23. # Work around situations where the Exit and Guard flags aren't being set
  24. # These flags are set eventually, but it takes ~30 minutes
  25. # We could be more precise here, but it's easiest just to vote everything
  26. # Clients are sensible enough to filter out Exits without any exit ports,
  27. # and Guards without ORPorts
  28. # If your tor doesn't recognise TestingDirAuthVoteExit, update your chutney
  29. # to a version that includes the issue-13161-check-torrc-options features
  30. # These are all set in common.i in the Comprehensive/Rapid sections
  31. # Work around Exit requirements
  32. #TestingDirAuthVoteExit *
  33. # Work around bandwidth thresholds for exits
  34. #TestingMinExitFlagThreshold 0
  35. # Work around Guard uptime requirements
  36. #TestingDirAuthVoteGuard *