relay-non-exit.tmpl 506 B

123456789101112131415161718
  1. ${include:common.i}
  2. SocksPort 0
  3. OrPort $orport
  4. Address $ip
  5. DirPort $dirport
  6. # Must be included before exit-v{4,6}.i
  7. ExitRelay 0
  8. #NOTE: Setting TestingServerConsensusDownloadSchedule doesn't
  9. # help -- dl_stats.schedule is not DL_SCHED_CONSENSUS
  10. # at boostrap time.
  11. # Try to download after:
  12. # the minimum initial consensus time to start with,
  13. # a few eager fetches,
  14. # then half the minimum testing consensus interval
  15. TestingServerDownloadSchedule 0, 5
  16. TestingServerConsensusDownloadSchedule 0, 5