relay-orport-v6-exit.tmpl 243 B

12345678910
  1. ${include:relay.tmpl}
  2. # A relay that has an IPv6 ORPort
  3. ${include:orport-v6.i}
  4. # An exit relay that can exit to IPv4 & IPv6 localhost
  5. # (newer versions of tor need this to be explicitly configured)
  6. ${include:exit-v4.i}
  7. ${include:exit-v6.i}