ipv6_exits 885 B

123456789101112131415161718
  1. o Major features:
  2. - Tor now has (alpha) support for exiting to IPv6 addresses. To
  3. enable it as an exit node, make sure that you have IPv6
  4. connectivity, set the IPv6Exit flag to 1. Also make sure your
  5. exit policy reads as you would like: the address * applies to
  6. all address families, whereas *4 is IPv4 address only, and *6
  7. is IPv6 addresses only. On the client side, you'll need to
  8. wait till the authorities have upgraded, wait for enough exits
  9. to support IPv6, apply the "IPv6Traffic" flag to a SocksPort,
  10. and use Socks5. Closes ticket 5547, implements proposal 117 as
  11. revised in proposal 208.
  12. We DO NOT recommend that clients with actual anonymity needs
  13. start using IPv6 over Tor yet: not enough exits support it
  14. yet, and there are some DNS-caching related issues that need
  15. to be solved first.