diff --git a/docs/settings.rst b/docs/settings.rst index 35a65cfd9fcc..d8bc79a0f6e9 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.