Merge branch 'rpz-synth-dnssec' into 'master'

RPZ now treats covering NSEC records the same as negative answers

See merge request isc-projects/bind9!811
This commit is contained in:
Evan Hunt 2018-09-27 18:02:53 -04:00
commit e116beb68e

View file

@ -3977,6 +3977,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;