ipv6_automap 559 B

123456789101112
  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.