From cc2fb91ea52fab733ee5ddde7c485854c5b170c3 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 13 Mar 2020 12:25:43 +1000 Subject: connection: Stop forcing some ports to prefer IPv6 Stop forcing all non-SOCKSPorts to prefer IPv6 exit connections. Instead, prefer IPv6 connections by default, but allow users to change their configs using the "NoPreferIPv6" port flag. Fixes bug 33608; bugfix on 0.4.3.1-alpha. --- changes/bug33608 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug33608 (limited to 'changes') diff --git a/changes/bug33608 b/changes/bug33608 new file mode 100644 index 0000000000..0e82a8eec9 --- /dev/null +++ b/changes/bug33608 @@ -0,0 +1,5 @@ + o Minor bugfixes (client IPv6): + - Stop forcing all non-SOCKSPorts to prefer IPv6 exit connections. Instead, + prefer IPv6 connections by default, but allow users to change their + configs using the "NoPreferIPv6" port flag. + Fixes bug 33608; bugfix on 0.4.3.1-alpha. -- cgit v1.2.3-54-g00ecf