1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

POWERDNS: Add option to set SOA-EDIT-API when creating zones via the API (#2458)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
dkim1970
2023-08-18 15:50:21 +01:00
committed by GitHub
parent 012c9441cb
commit d93308f54b
3 changed files with 7 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ func (dsp *powerdnsProvider) EnsureZoneExists(domain string) error {
DNSSec: dsp.DNSSecOnCreate,
Nameservers: dsp.DefaultNS,
Kind: dsp.ZoneKind,
SOAEditAPI: dsp.SOAEditAPI,
})
return err
}