]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Elaborate on NSEC/NSEC3 diffference in comment 12293/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 13:29:06 +0000 (14:29 +0100)
(cherry picked from commit 2cdafbdeae085e1443d13e4ddf578c86ce24c1e6)

pdns/syncres.hh

index d0b33401778e1a3d506fc6a8141894f91ce72861..df26b9ac4fa897a4a8d635313c55497278c6de68 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;
     }