mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 12:14:23 +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 models.StringsToNameservers(ns), nil
|
||||
return models.ToNameservers(ns)
|
||||
}
|
||||
|
||||
type errNoExist struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue