From f61d51982bf93fcc0e6f917c96b786115be538f7 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 11 Jul 2025 12:00:22 +0200 Subject: [PATCH] More metadata documentation fixes: - API-RECTIFY is not visible in the API. - TSIG-ALLOW-AXFR is writable. - only list TSIG-ALLOW-DNSUPDATE once. Signed-off-by: Miod Vallat --- docs/domainmetadata.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/domainmetadata.rst b/docs/domainmetadata.rst index 4f895e18f3..96760103ba 100644 --- a/docs/domainmetadata.rst +++ b/docs/domainmetadata.rst @@ -19,16 +19,17 @@ Apart from raw SQL statements, setting domain metadata can be done with The following options can only be read (not written to) via the HTTP API metadata endpoint. -* API-RECTIFY * AXFR-MASTER-TSIG * LUA-AXFR-SCRIPT * NSEC3NARROW * NSEC3PARAM * PRESIGNED * SOA-EDIT -* TSIG-ALLOW-AXFR -The option SOA-EDIT-API cannot be written or read via the HTTP API metadata endpoint. +The following options cannot be written or read via the HTTP API metadata endpoint. + +* API-RECTIFY +* SOA-EDIT-API .. _metadata-allow-axfr-from: @@ -60,8 +61,8 @@ records, add ``allow-axfr-ips=`` to ``pdns.conf``. .. _metadata-api-rectify: -ALLOW-DNSUPDATE-FROM, FORWARD-DNSUPDATE, NOTIFY-DNSUPDATE, SOA-EDIT-DNSUPDATE, TSIG-ALLOW-DNSUPDATE ---------------------------------------------------------------------------------------------------- +ALLOW-DNSUPDATE-FROM, FORWARD-DNSUPDATE, NOTIFY-DNSUPDATE, SOA-EDIT-DNSUPDATE +----------------------------------------------------------------------------- See the documentation on :ref:`Dynamic DNS update `. -- 2.47.2