]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper, ident...
[user/henk/code/inspircd.git] / include / dns.h
index 93817e66f83deb5a4d4d0a93a99dd2e368361e4b..f66d2d3c406410338d7e1b8c5b88bd827fa7acab 100644 (file)
@@ -248,6 +248,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
         */