mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
INWX: Remove deprecated nameservers (#852)
ns4 and ns5 are being deprecated, therefore removing them, see: https://www.inwx.de/en/news/604/important-nameserver-changes
This commit is contained in:
@@ -40,7 +40,7 @@ type inwxAPI struct {
|
||||
}
|
||||
|
||||
// InwxDefaultNs contains the default INWX nameservers.
|
||||
var InwxDefaultNs = []string{"ns.inwx.de", "ns2.inwx.de", "ns3.inwx.eu", "ns4.inwx.com", "ns5.inwx.net"}
|
||||
var InwxDefaultNs = []string{"ns.inwx.de", "ns2.inwx.de", "ns3.inwx.eu"}
|
||||
|
||||
// InwxSandboxDefaultNs contains the default INWX nameservers in the sandbox / OTE.
|
||||
var InwxSandboxDefaultNs = []string{"ns.ote.inwx.de", "ns2.ote.inwx.de"}
|
||||
|
Reference in New Issue
Block a user