diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-14 11:19:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-14 11:19:08 -0400 |
commit | 1b28f366b8796a9e6d27af74146dbc7836100263 (patch) | |
tree | 327f71603339d159e0eea8b45e7983d74aa2a3a0 /changes/bug8475 | |
parent | c6ca199888102a825f004f8613331f97525da486 (diff) | |
download | tor-1b28f366b8796a9e6d27af74146dbc7836100263.tar.gz tor-1b28f366b8796a9e6d27af74146dbc7836100263.zip |
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/bug8475 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8475 b/changes/bug8475 new file mode 100644 index 0000000000..eb8debedba --- /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. |