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

[DNSimple] Update DNSimple's Default name servers (#2618)

Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Amelia Aronsohn
2023-11-02 07:22:27 -07:00
committed by GitHub
parent bf4118a041
commit f2420e5fd4

View File

@@ -48,7 +48,7 @@ const stateRegistered = "registered"
var defaultNameServerNames = []string{
"ns1.dnsimple.com",
"ns2.dnsimple.com",
"ns2.dnsimple-edge.net",
"ns3.dnsimple.com",
"ns4.dnsimple-edge.org",
}
@@ -533,7 +533,6 @@ func (c *dnsimpleProvider) deleteRecordFunc(recordID int64, domainName string) f
}
return nil
}
}