aboutsummaryrefslogtreecommitdiff
path: root/changes/ipv6_automap
blob: 150349c382d94503f288e7db82d2e72655b0ae52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
  o Minor features:

    - AutomapHostsOnResolve now support IPv6 addresses. By default, we
      prefer to hand out virtual IPv6 addresses, since there are more of
      them and we can't run out. To override this behavior and make
      IPv4 addresses preferred, set NoPreferIPv6Automap on whatever
      SOCKSPort or DNSPort you're using for resolving. Implements
      ticket #7571.

    - AutomapHostsOnResolve responses are now randomized, to avoid
      annoying situations where Tor is restarted and applications
      connect to the wrong addresses.