mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00: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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user