]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Elaborate on NSEC/NSEC3 diffference in comment 12289/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 7 Dec 2022 12:37:13 +0000 (13:37 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 7 Dec 2022 12:37:13 +0000 (13:37 +0100)
pdns/syncres.hh

index 499e2d355da6b26d988c5e8411ac87b28c2224e3..904089aa6dbac68f2241012661f768ab1d035f74 100644 (file)
@@ -449,7 +449,7 @@ public:
     case QType::rfc6895Reserved:
       // Other
     case QType::RRSIG:
-    case QType::NSEC3: // what about NSEC?
+    case QType::NSEC3: // We use the same logic as for an auth: NSEC is queryable, NSEC3 not
     case QType::OPT:
       return true;
     }