From: Remi Gacogne Date: Tue, 15 Sep 2020 13:03:34 +0000 (+0200) Subject: rec: Log when going Bogus because of a missing SOA in authority X-Git-Tag: rec-4.5.0-alpha0~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9471%2Fhead;p=thirdparty%2Fpdns.git rec: Log when going Bogus because of a missing SOA in authority A missing SOA in the authority section of negative (NXDOMAIN, NODATA) answers in a DNSSEC-secure zone currently leads to a Bogus result, because the needed NSEC/NSEC3 could not be validated. --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index df689a6f69..6eafaf4a02 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -3712,6 +3712,7 @@ bool SyncRes::processAnswer(unsigned int depth, LWResult& lwr, const DNSName& qn LOG(prefix<