From: Remi Gacogne Date: Mon, 26 Jan 2026 15:45:31 +0000 (+0100) Subject: dnsdist: Mention that Lua files might get loaded in the upgrade notes X-Git-Tag: dnsdist-2.1.0-alpha1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19cfec6275212931ba75fe28d999da16f8fc02d8;p=thirdparty%2Fpdns.git dnsdist: Mention that Lua files might get loaded in the upgrade notes Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 4e124951fe..473269ba10 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -13,7 +13,7 @@ support HTTP/2, but might be one in setups running dnsdist behind a reverse-prox Structured logging is now enabled by default, and can be disabled via :func:`setStructuredLogging` or the ``--structured-logging`` command-line switch. -:program:`dnsdist` now looks by default for a configuration file named ``dnsdist.yml`` in the system configuration directory (determined by the ``SYSCONFDIR`` variable during compilation), instead of ``dnsdist.conf``. +:program:`dnsdist` now looks by default for a configuration file named ``dnsdist.yml`` in the system configuration directory (determined by the ``SYSCONFDIR`` variable during compilation), instead of ``dnsdist.conf``. Please be aware that if a file named ``dnsdist.lua`` is present in the system configuration directory, it will also be loaded but without the ability to use configuration directives. Please see :doc:`the YAML settings reference ` for more information. 1.9.x to 2.0.0 --------------