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

add the ability to control whether SOA records are added response-policy modified answers

This commit is contained in:
Mark Andrews
2019-02-14 17:50:10 +11:00
committed by Evan Hunt
parent 3d512a7e26
commit d1fa8be611
17 changed files with 190 additions and 35 deletions

View File

@@ -1549,6 +1549,8 @@ dns_rpz_new_zone(dns_rpz_zones_t *rpzs, dns_rpz_zone_t **rpzp) {
zone->updbversion = NULL;
zone->updbit = NULL;
zone->rpzs = rpzs;
zone->db_registered = false;
zone->addsoa = true;
ISC_EVENT_INIT(&zone->updateevent, sizeof(zone->updateevent),
0, NULL, 0, NULL, NULL, NULL, NULL, NULL);