From 91430cd59a537836fb29b5a985301a3184e22906 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Sun, 5 Nov 2023 11:18:34 +0100 Subject: [PATCH] Remove dnssec-policy/max-zone-ttl deprecation text The readthedocs also placed a deprecation warning on 'max-zone-ttl' that is part of 'dnssec-policy'. This option is of course not being deprecated. --- doc/arm/reference.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 6a41db4194..ca1b75064a 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -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.