2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Process the delegating NS RRset when checking rpz rules

This commit is contained in:
Mark Andrews
2022-05-04 14:45:19 +10:00
parent 30cb70c826
commit cf97c61f48

View File

@@ -4261,6 +4261,7 @@ rpz_rewrite(ns_client_t *client, dns_rdatatype_t qtype, isc_result_t qresult,
}
switch (result) {
case ISC_R_SUCCESS:
case DNS_R_GLUE:
result = dns_rdataset_first(st->r.ns_rdataset);
if (result != ISC_R_SUCCESS) {
goto cleanup;