]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document ENABLE-LUA-RECORD metadata. 15825/head
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 11 Jul 2025 10:03:23 +0000 (12:03 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 11 Jul 2025 10:05:07 +0000 (12:05 +0200)
Fixes: #13953
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/domainmetadata.rst

index 96760103bae4ffecc771508e939774499727159e..b4727c8a23a0e758f2bf2ca40e56b19f5cddce71 100644 (file)
@@ -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 <lua-records/index>` to be used within
+this zone, even if :ref:`setting-enable-lua-records` is set to ``no``.
+
 GSS-ACCEPTOR-PRINCIPAL
 ----------------------