]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: add default-soa-edit-api setting for API zone creation 16807/head
authorSeena Fallah <seenafallah@gmail.com>
Tue, 3 Feb 2026 17:13:39 +0000 (18:13 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 4 Feb 2026 12:04:38 +0000 (13:04 +0100)
commitffff0ea46a257618f946e4a9eb73b47574797332
tree6286c36c5d2939299b7e8ea6f95f8f1250f2c351
parent2d1bfd2adaf4bad6a09abeb18fa3138806e47fc9
auth: add default-soa-edit-api setting for API zone creation

Add a configurable default-soa-edit-api setting that sets the
SOA-EDIT-API metadata for zones created via the API when the
zone creation request does not include the soa_edit_api field.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
docs/settings.rst
pdns/auth-main.cc
pdns/ws-auth.cc
regression-tests.api/runtests.py
regression-tests.api/test_Zones.py