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.3.5~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9527%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. (cherry picked from commit 832f4fbdd7ef50d0e0ff5135ee6e270acc22df9d) --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 24b0a8f505..f31137df72 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -3452,6 +3452,7 @@ bool SyncRes::processAnswer(unsigned int depth, LWResult& lwr, const DNSName& qn LOG(prefix<