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>
This commit is contained in:
Daniel Kahn Gillmor
2017-01-23 13:22:11 -05:00
committed by David Goulet
parent 8bd3c1b74d
commit e1337b4252
3 changed files with 13 additions and 2 deletions
+3
View File
@@ -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.