ipv6_automap 860 B

12345678910111213141516171819
  1. o Minor features:
  2. - AutomapHostsOnResolve now support IPv6 addresses. By default, we
  3. prefer to hand out virtual IPv6 addresses, since there are more of
  4. them and we can't run out. To override this behavior and make
  5. IPv4 addresses preferred, set NoPreferIPv6Automap on whatever
  6. SOCKSPort or DNSPort you're using for resolving. Implements
  7. ticket #7571.
  8. - AutomapHostsOnResolve responses are now randomized, to avoid
  9. annoying situations where Tor is restarted and applications
  10. connect to the wrong addresses.
  11. - We never try more than 1000 times to pick a virtual address
  12. when AutomapHostsOnResolve is set. That's good enough so long
  13. as we aren't close to handing out our entire virtual address
  14. space; if you're getting there, it's best to switch to IPv6
  15. virtual addresses anyway.