authority.tmpl 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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, Guard and HSDir flags aren't being set
  24. # These flags are all set eventually, but it takes Guard up to ~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 and HSDirs without ORPorts
  28. # If your tor doesn't recognise TestingDirAuthVoteExit/HSDir,
  29. # either update your chutney to a 2015 version,
  30. # or update your tor to a later version, most likely 0.2.6.2-final
  31. # These are all set in common.i in the Comprehensive/Rapid sections
  32. # Work around Exit requirements
  33. #TestingDirAuthVoteExit *
  34. # Work around bandwidth thresholds for exits
  35. #TestingMinExitFlagThreshold 0
  36. # Work around Guard uptime requirements
  37. #TestingDirAuthVoteGuard *
  38. # Work around HSDir uptime and ORPort connectivity requirements
  39. #TestingDirAuthVoteHSDir *