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