From: Peter van Dijk Date: Mon, 7 Oct 2024 14:00:36 +0000 (+0200) Subject: auth settings: document that lua-global-include-dir is in 5.0.0 X-Git-Tag: rec-5.2.0-beta1~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14756%2Fhead;p=thirdparty%2Fpdns.git auth settings: document that lua-global-include-dir is in 5.0.0 --- diff --git a/docs/settings.rst b/docs/settings.rst index 35a65cfd9f..d8bc79a0f6 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1070,6 +1070,8 @@ Amount of time (in seconds) a pre-computed hash entry will be considered as expi - Default: empty - Example: ``/etc/pdns/lua-global/`` +.. versionadded:: 5.0.0 + When creating a Lua context, scan this directory for additional lua files. All files that end with .lua are loaded in order using ``POSIX`` as locale with Lua scripts.