-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi!
I found that creating a new zone with dns-ui generated an error.
dns-ui presents the value powerdns config has for default-soa-update, which in my case is INCEPTION-INCREMENT, but this value should not be presented to this API.
https://doc.powerdns.com/md/authoritative/upgrading/
Instead, the value DEFAULT should be presented, or either of these values:
https://doc.powerdns.com/authoritative/dnsupdate.html#soa-edit-dnsupdate-settings
The error appears both when the zone is created as well as updated with a record.
This is present for the following versions:
PowerDNS Server 4.3.2
dnsui 0.2.7
This setting should perhaps be set as DEFAULT, unless something else is set in the dns-ui config, a default setting could perhaps also be presented in the dns-ui config either way.
Work around is to either change the specified row to DEFAULT or whichever setting is applicable for the current user case, or to edit the pdns database to same.
Thank you!