mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-30 11:27:53 +08:00
DNSIMPLE: Supports PTR records
This commit is contained in:
parent
5b71da6a48
commit
032750743c
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ func newProvider(m map[string]string, metadata json.RawMessage) (*DnsimpleApi, e
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
providers.RegisterRegistrarType("DNSIMPLE", newReg)
|
providers.RegisterRegistrarType("DNSIMPLE", newReg)
|
||||||
providers.RegisterDomainServiceProviderType("DNSIMPLE", newDsp)
|
providers.RegisterDomainServiceProviderType("DNSIMPLE", newDsp, providers.CanUsePTR)
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove all non-dnsimple NS records from our desired state.
|
// remove all non-dnsimple NS records from our desired state.
|
||||||
|
|
Loading…
Reference in a new issue