- fix kresctl http request timeout (!1505)
- fix RPZ if it contains apex NS record (!1516)
- fix RPZ if SOA is repated, as usual in AXFR output (!1521)
+- avoid RPZ overriding the root SOA (!1521)
- fix on 32-bit systems with 64-bit time_t (!1510)
- fix paths to knot-dns libs if exec_prefix != prefix (!1503)
apex = d->origin_soa = knot_dname_copy(s->r_owner, d->pool);
}
d->seen_record = true;
+ if (s->r_type == KNOT_RRTYPE_SOA)
+ return false; // otherwise we'd insert `. SOA` record
const int labels = knot_dname_in_bailiwick(s->r_owner, apex);
if (labels < 0) {