1
0
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:
Patrik Kernstock
2019-05-23 15:25:26 +02:00
committed by Tom Limoncelli
parent f9df8c744a
commit 7ed3adb2f1
2 changed files with 19 additions and 14 deletions

View File

@@ -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.