DNSIMPLE: Supports PTR records

This commit is contained in:
Tom Limoncelli 2017-07-19 14:41:18 -04:00
parent 5b71da6a48
commit 032750743c

View file

@ -315,7 +315,7 @@ func newProvider(m map[string]string, metadata json.RawMessage) (*DnsimpleApi, e
func init() {
providers.RegisterRegistrarType("DNSIMPLE", newReg)
providers.RegisterDomainServiceProviderType("DNSIMPLE", newDsp)
providers.RegisterDomainServiceProviderType("DNSIMPLE", newDsp, providers.CanUsePTR)
}
// remove all non-dnsimple NS records from our desired state.