12345678910111213141516171819202122232425262728 |
- ${include:common.i}
- SocksPort 0
- OrPort $orport
- Address $ip
- # Must be included before exit-v{4,6}.i
- ExitRelay 0
- #NOTE: Setting TestingServerConsensusDownloadSchedule doesn't
- # help -- dl_stats.schedule is not DL_SCHED_CONSENSUS
- # at boostrap time.
- # Try to download after:
- # the minimum initial consensus time to start with,
- # a few eager fetches,
- # then half the minimum testing consensus interval
- TestingServerDownloadSchedule 0, 5
- TestingServerConsensusDownloadSchedule 0, 5
- # These options are set here so they apply to IPv4 and IPv6 Exits
- #
- # Tell Exits to avoid using DNS: otherwise, chutney will fail if DNS fails
- # (Chutney only accesses 127.0.0.1 and ::1, so it doesn't need DNS)
- ServerDNSDetectHijacking 0
- ServerDNSTestAddresses
- # If this option is /dev/null, or any other empty or unreadable file, tor exits
- # will not use DNS. Otherwise, DNS is enabled with this config.
- # (If the following line is commented out, tor uses /etc/resolv.conf.)
- ${server_dns_resolv_conf}
|