summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-01-23 13:22:11 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-01-27 09:12:32 -0500
commite1337b42525c03890e1dd3b7448eb33eae321e30 (patch)
tree0b8a92290715bc07863447f9b63f1572be738b13 /changes
parent8bd3c1b74df450d2bf4d1069c975c8babe5b770e (diff)
downloadtor-e1337b42525c03890e1dd3b7448eb33eae321e30.tar.gz
tor-e1337b42525c03890e1dd3b7448eb33eae321e30.zip
client: set IPv6Traffic to on by default
See: https://trac.torproject.org/projects/tor/ticket/21269 https://bugs.debian.org/851798 Closes #21269 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/feature212693
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature21269 b/changes/feature21269
new file mode 100644
index 0000000000..56d5dcc4de
--- /dev/null
+++ b/changes/feature21269
@@ -0,0 +1,3 @@
+ o Minor Feature (client):
+ - Enable IPv6 traffic by default on the SocksPort. To disable this, a user
+ will have to specify "NoIPv6Traffic". Closes #21269.