From: Mark Schouten Date: Thu, 3 Jun 2021 10:32:06 +0000 (+0200) Subject: Update documentation to reflect changes in default-soa-content. X-Git-Tag: auth-4.5.0-beta1~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cd98a7f7446d35935e67c62ea269618c4476f8;p=thirdparty%2Fpdns.git Update documentation to reflect changes in default-soa-content. There are more settings that need replacing. --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 38f290762a..4fdbb32c30 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -111,7 +111,16 @@ Please carefully read :ref:`setting-lmdb-schema-version` before upgrading to 4.4 Removed features ^^^^^^^^^^^^^^^^ -SOA autofilling (i.e. allowing incomplete SOAs in the database) and the API set-ptr feature, that both were deprecated in earlier releases, have now been removed. +SOA autofilling (i.e. allowing incomplete SOAs in the database) and the API set-ptr feature, that both were deprecated in earlier releases, have now been removed. Please update your configuration and remove following settings: + +* :ref:`setting-default-soa-mail` +* :ref:`setting-default-soa-name` +* :ref:`setting-soa-expire-default` +* :ref:`setting-soa-minimum-ttl` +* :ref:`setting-soa-refresh-default` +* :ref:`setting-soa-retry-default` + +Replace them with :ref:`setting-default-soa-content`. Please run ``pdnsutil check-all-zones`` to check for incomplete SOAs. The :ref:`setting-do-ipv6-additional-processing` setting was removed. IPv6 additional processing now always happens when IPv4 additional processing happens.