relay-non-dir.tmpl 615 B

123456789101112131415161718
  1. ${include:common.i}
  2. SocksPort 0
  3. OrPort $orport
  4. Address $ip
  5. # Must be included before exit-v{4,6}.i
  6. ExitRelay 0
  7. # These options are set here so they apply to IPv4 and IPv6 Exits
  8. #
  9. # Tell Exits to avoid using DNS: otherwise, chutney will fail if DNS fails
  10. # (Chutney only accesses 127.0.0.1 and ::1, so it doesn't need DNS)
  11. ServerDNSDetectHijacking 0
  12. ServerDNSTestAddresses
  13. # If this option is /dev/null, or any other empty or unreadable file, tor exits
  14. # will not use DNS. Otherwise, DNS is enabled with this config.
  15. # (If the following line is commented out, tor uses /etc/resolv.conf.)
  16. ${server_dns_resolv_conf}