mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
Allow TTL values when configuring TTLs and time intervals.
Options updated to use ttlvals: max-cache-ttl, max-ncache-ttl, max-policy-ttl, fstrm-set-reopen-interval, interface-interval, and min-update-interval.
This commit is contained in:
@@ -139,7 +139,7 @@ totext_soa(ARGS_TOTEXT) {
|
||||
if (i >= 1) {
|
||||
RETERR(str_totext(" (", target));
|
||||
RETERR(dns_ttl_totext(num, ISC_TRUE,
|
||||
ISC_TRUE, target));
|
||||
ISC_TRUE, target));
|
||||
RETERR(str_totext(")", target));
|
||||
}
|
||||
RETERR(str_totext(tctx->linebreak, target));
|
||||
|
Reference in New Issue
Block a user