From: Miod Vallat Date: Fri, 11 Jul 2025 10:00:22 +0000 (+0200) Subject: More metadata documentation fixes: X-Git-Tag: rec-5.4.0-alpha0~39^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61d51982bf93fcc0e6f917c96b786115be538f7;p=thirdparty%2Fpdns.git 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 --- 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 `.