Skip to content
Snippets Groups Projects
Commit 069649da authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

[dnssec] policy, add signature refresh and NSEC3 mode

parent 17688a9b
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,9 @@ typedef struct dnssec_kasp_policy {
uint16_t dnskey_ttl;
// RRSIG
uint32_t rrsig_lifetime;
uint32_t rrsig_refresh_before;
// NSEC3
bool nsec3_enabled;
// SOA
uint16_t soa_minimal_ttl;
// zone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment