mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Use ToNameserversStripTD instead of ToNameserver (#1306)
This commit is contained in:
@ -146,7 +146,7 @@ func (o *oracleProvider) GetNameservers(domain string) ([]*models.Nameserver, er
|
|||||||
nss[i] = *ns.Hostname
|
nss[i] = *ns.Hostname
|
||||||
}
|
}
|
||||||
|
|
||||||
return models.ToNameservers(nss)
|
return models.ToNameserversStripTD(nss)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (o *oracleProvider) GetZoneRecords(domain string) (models.Records, error) {
|
func (o *oracleProvider) GetZoneRecords(domain string) (models.Records, error) {
|
||||||
|
Reference in New Issue
Block a user