aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8475
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-14 11:19:08 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-14 11:19:08 -0400
commit1b28f366b8796a9e6d27af74146dbc7836100263 (patch)
tree327f71603339d159e0eea8b45e7983d74aa2a3a0 /changes/bug8475
parentc6ca199888102a825f004f8613331f97525da486 (diff)
downloadtor-1b28f366b8796a9e6d27af74146dbc7836100263.tar
tor-1b28f366b8796a9e6d27af74146dbc7836100263.tar.gz
Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cells
Fixes bug 8475; bugfix on 0.2.0.7-alpha.
Diffstat (limited to 'changes/bug8475')
-rw-r--r--changes/bug84754
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8475 b/changes/bug8475
new file mode 100644
index 000000000..eb8debedb
--- /dev/null
+++ b/changes/bug8475
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - If configured via ClientDNSRejectInternalAddresses not to report
+ DNS queries which have resolved to internal addresses, apply that
+ rule to IPv6 as well. Fixes bug 8475; bugfix on 0.2.0.7-alpha.