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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user