diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-01-23 13:22:11 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-01-27 09:12:32 -0500 |
commit | e1337b42525c03890e1dd3b7448eb33eae321e30 (patch) | |
tree | 0b8a92290715bc07863447f9b63f1572be738b13 /changes | |
parent | 8bd3c1b74df450d2bf4d1069c975c8babe5b770e (diff) | |
download | tor-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/feature21269 | 3 |
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. |