mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Merge branch 'matthijs-followup-4032-v9_18' into 'bind-9.18'
[9.18] Change default TTLsig to one week See merge request isc-projects/bind9!8165
This commit is contained in:
commit
f80b95bd97
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <dns/log.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