From: Miod Vallat Date: Fri, 11 Jul 2025 10:03:23 +0000 (+0200) Subject: Document ENABLE-LUA-RECORD metadata. X-Git-Tag: rec-5.4.0-alpha0~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5316be2a3f77e699b7e4654eb7595eaeaa6b53e;p=thirdparty%2Fpdns.git Document ENABLE-LUA-RECORD metadata. Fixes: #13953 Signed-off-by: Miod Vallat --- diff --git a/docs/domainmetadata.rst b/docs/domainmetadata.rst index 96760103ba..b4727c8a23 100644 --- a/docs/domainmetadata.rst +++ b/docs/domainmetadata.rst @@ -29,6 +29,7 @@ The following options can only be read (not written to) via the HTTP API metadat The following options cannot be written or read via the HTTP API metadata endpoint. * API-RECTIFY +* ENABLE-LUA-RECORDS * SOA-EDIT-API .. _metadata-allow-axfr-from: @@ -106,6 +107,12 @@ AXFR-SOURCE The IP address to use as a source address for sending AXFR and IXFR requests. +ENABLE-LUA-RECORDS +------------------ + +If set to 1, allows :doc:`LUA records ` to be used within +this zone, even if :ref:`setting-enable-lua-records` is set to ``no``. + GSS-ACCEPTOR-PRINCIPAL ----------------------