]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Describe IPv6 automap changes
authorNick Mathewson <nickm@torproject.org>
Sun, 25 Nov 2012 21:43:32 +0000 (16:43 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2012 19:51:31 +0000 (14:51 -0500)
changes/ipv6_automap [new file with mode: 0644]

diff --git a/changes/ipv6_automap b/changes/ipv6_automap
new file mode 100644 (file)
index 0000000..150349c
--- /dev/null
@@ -0,0 +1,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.