Skip to content
Snippets Groups Projects

DDNS + DNSSEC

Closed Ghost User requested to merge ddns-sec into review-dnssec
Compare and
+ 406
491
Compare changes
  • Side-by-side
  • Inline
Files
+ 9
0
@@ -317,3 +317,12 @@ int knot_rrtype_is_metatype(const uint16_t type)
type == KNOT_RRTYPE_AXFR ||
type == KNOT_RRTYPE_ANY;
}
int knot_rrtype_is_ddns_forbidenen(const uint16_t type)
{
return type == KNOT_RRTYPE_RRSIG ||
type == KNOT_RRTYPE_DNSKEY ||
type == KNOT_RRTYPE_NSEC3PARAM ||
type == KNOT_RRTYPE_NSEC ||
type == KNOT_RRTYPE_NSEC3;
}
Loading