From: Otto Moerbeek Date: Thu, 27 Nov 2025 12:06:57 +0000 (+0100) Subject: Add upgrade guide note X-Git-Tag: rec-5.4.0-alpha1~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af893795acdea8331fe1baf101275b26fdba05a7;p=thirdparty%2Fpdns.git Add upgrade guide note Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 5ad43f9c7c..c7ed4a6060 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -14,6 +14,13 @@ New Settings - The :ref:`setting-yaml-outgoing.cookies_unsupported` setting has been introduced to permanently mark authoritative servers as not supporting cookies. - The :ref:`setting-yaml-outgoing.tls_configurations` setting has been introduced to be able to force certificate validation and other properties of outgoing DoT connections. +Changed Settings +^^^^^^^^^^^^^^^^ + +- It is no longer needed to set :ref:`setting-yaml-webservice.api_key` to enable the web service. + When no API key is set usage is limited to (potentially password based) access of the frontpage and related statistics calls. + If you have a configuration where the webservice is enabled but no api key is set, the webservice will now become available while it was not before. + :program:`rec_control` ^^^^^^^^^^^^^^^^^^^^^^