From 52b6ad2aefd98d67b4a1c0b6ad13171bb6d2c140 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 7 Oct 2024 16:00:36 +0200 Subject: [PATCH] auth settings: document that lua-global-include-dir is in 5.0.0 --- docs/settings.rst | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.2