authority.tmpl 781 B

12345678910111213141516171819
  1. ${include:relay.tmpl}
  2. AuthoritativeDirectory 1
  3. V3AuthoritativeDirectory 1
  4. ContactInfo auth${nodenum}@test.test
  5. ExitPolicy reject *:*
  6. TestingV3AuthInitialVotingInterval 300
  7. TestingV3AuthInitialVoteDelay 2
  8. TestingV3AuthInitialDistDelay 2
  9. TestingV3AuthVotingStartOffset 0
  10. # Work around situations where the Exit and Guard flags aren't being set
  11. # These flags are set eventually, but it takes ~30 minutes
  12. # We could be more precise here, but it's easiest just to vote everything
  13. # Clients are sensible enough to filter out Exits without any exit ports,
  14. # and Guards without ORPorts
  15. # If your tor doesn't recognise TestingDirAuthVoteExit, update your chutney
  16. # to a version that includes the issue-13161-check-torrc-options features
  17. TestingDirAuthVoteExit *
  18. TestingDirAuthVoteGuard *