]> git.ipfire.org Git - thirdparty/pdns.git/commit
Make api changes do a rectify by default, add an option to disable 7233/head
authorSander Hoentjen <shoentjen@antagonist.nl>
Wed, 28 Nov 2018 09:12:18 +0000 (10:12 +0100)
committerSander Hoentjen <shoentjen@antagonist.nl>
Wed, 28 Nov 2018 09:12:18 +0000 (10:12 +0100)
commitb8cd24cc2fa4cbb84bf5f3f61babdc03ca6e9007
tree0434568e0f2079db80ced98e06aad434beae2f7a
parent976ff72924aca0b8f2e4f0ff66f3a9aa7a357f15
Make api changes do a rectify by default, add an option to disable

Previously, you had to set API-RECTIFY metadata on every zone you wanted to
have automatically rectified on changes through the API. With this change, the
default behaviour is to do a rectify, but this can globally be cahged with the
setting default-api-rectify, and overriden per zone.
docs/domainmetadata.rst
docs/settings.rst
pdns/common_startup.cc
pdns/ws-auth.cc
regression-tests.api/test_Zones.py
regression-tests.api/test_helper.py