Merge branch 'matthijs-remove-deprecation-warning-on-dnssec-policy-max-zone-ttl' into 'main'

Remove deprecation warning on dnssec policy max zone ttl

See merge request isc-projects/bind9!8467
This commit is contained in:
Petr Špaček
2023-11-05 13:10:03 +00:00

View File

@@ -1852,7 +1852,7 @@ default is used.
The default is five minutes. It cannot be longer than :any:`nta-lifetime`, which
cannot be longer than a week.
:any:`max-zone-ttl`
.. namedconf:statement:: max-zone-ttl
:tags: deprecated
:short: Specifies a maximum permissible time-to-live (TTL) value, in seconds.
@@ -6305,7 +6305,7 @@ The following options can be specified in a :any:`dnssec-policy` statement:
This is similar to :any:`signatures-validity`, but for DNSKEY records.
The default is ``P2W`` (2 weeks).
.. namedconf:statement:: max-zone-ttl
:any:`max-zone-ttl`
:tags: zone, query
:short: Specifies a maximum permissible time-to-live (TTL) value, in seconds.
@@ -6321,7 +6321,6 @@ The following options can be specified in a :any:`dnssec-policy` statement:
The default value ``PT24H`` (24 hours). A value of zero is treated
as if the default value were in use.
.. namedconf:statement:: nsec3param
:tags: dnssec
:short: Specifies the use of NSEC3 instead of NSEC, and sets NSEC3 parameters.