diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dns.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h index 93817e66f..f66d2d3c4 100644 --- a/include/dns.h +++ b/include/dns.h @@ -249,6 +249,14 @@ class DNS : public Extensible Resolver* Classes[MAX_REQUEST_ID]; /** + * We have to turn off a few checks on received packets + * when people are using 4in6 (e.g. ::ffff:xxxx). This is + * a temporary kludge, Please let me know if you know how + * to fix it. + */ + bool ip6munge; + + /** * Build a dns packet payload */ int MakePayload(const char* name, const QueryType rr, const unsigned short rr_class, unsigned char* payload); |