mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 16:13:04 +08: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:
parent
9818eb1fca
commit
5c0f69ea44
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ type inwxAPI struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// InwxDefaultNs contains the default INWX nameservers.
|
// 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.
|
// InwxSandboxDefaultNs contains the default INWX nameservers in the sandbox / OTE.
|
||||||
var InwxSandboxDefaultNs = []string{"ns.ote.inwx.de", "ns2.ote.inwx.de"}
|
var InwxSandboxDefaultNs = []string{"ns.ote.inwx.de", "ns2.ote.inwx.de"}
|
||||||
|
|
Loading…
Reference in a new issue