mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 17:46:40 -04:00
Merge branch 'matthijs-followup-4032' into 'main'
Change default TTLsig to one week See merge request isc-projects/bind9!8164
This commit is contained in:
commit
c3fbcda5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include <dst/dst.h>
|
||||
|
||||
/* Default TTLsig (maximum zone ttl) */
|
||||
#define DEFAULT_TTLSIG 86400
|
||||
#define DEFAULT_TTLSIG 604800 /* one week */
|
||||
|
||||
isc_result_t
|
||||
dns_kasp_create(isc_mem_t *mctx, const char *name, dns_kasp_t **kaspp) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue