RPZ now treats covering NSEC records the same as negative answers

(cherry picked from commit 9407d9e266)
This commit is contained in:
Tony Finch
2018-09-27 15:22:43 -07:00
committed by Evan Hunt
parent b78cd6ed17
commit 98f9c5fb26
+1
View File
@@ -3954,6 +3954,7 @@ rpz_rewrite(ns_client_t *client, dns_rdatatype_t qtype,
case DNS_R_EMPTYWILD:
case DNS_R_NCACHENXDOMAIN:
case DNS_R_NCACHENXRRSET:
case DNS_R_COVERINGNSEC:
case DNS_R_CNAME:
case DNS_R_DNAME:
qresult_type = qresult_type_restart;