mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
OVH: Fixed registrar ns correction (#486)
This commit is contained in:
committed by
Tom Limoncelli
parent
f9df8c744a
commit
7ed3adb2f1
@@ -36,10 +36,10 @@ func (c *ovhProvider) fetchZones() error {
|
||||
|
||||
// Zone describes the attributes of a DNS zone.
|
||||
type Zone struct {
|
||||
LastUpdate string `json:"lastUpdate,omitempty"`
|
||||
DNSSecSupported bool `json:"dnssecSupported"`
|
||||
HasDNSAnycast bool `json:"hasDNSAnycast,omitempty"`
|
||||
NameServers []string `json:"nameServers"`
|
||||
DNSSecSupported bool `json:"dnssecSupported"`
|
||||
LastUpdate string `json:"lastUpdate,omitempty"`
|
||||
}
|
||||
|
||||
// get info about a zone.
|
||||
|
Reference in New Issue
Block a user