From 832f4fbdd7ef50d0e0ff5135ee6e270acc22df9d Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 15 Sep 2020 15:03:34 +0200 Subject: [PATCH] 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. --- pdns/syncres.cc | 2 ++ 1 file changed, 2 insertions(+) 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<