mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-05 20:54:22 +08:00
As requested in #491, as OVH doesn't return dot-suffixed NS, we can use `models.ToNameservers` in this provider.
This commit is contained in:
parent
884118f6dd
commit
947cc043df
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func (c *ovhProvider) GetNameservers(domain string) ([]*models.Nameserver, error
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
return models.StringsToNameservers(ns), nil
|
return models.ToNameservers(ns)
|
||||||
}
|
}
|
||||||
|
|
||||||
type errNoExist struct {
|
type errNoExist struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue