From: Peter van Dijk Date: Tue, 2 Mar 2021 08:52:17 +0000 (+0100) Subject: auth upgrade docs: note removal of do-ipv6-additional-processing X-Git-Tag: rec-4.5.0-beta1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f86036121e4326d249dc637cf9d5180ec6e7c2ae;p=thirdparty%2Fpdns.git auth upgrade docs: note removal of do-ipv6-additional-processing closes #10127 --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 708741dfe1..edfd248f72 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -83,6 +83,8 @@ 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. 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. + 4.3.1 to 4.3.2 --------------