mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
@@ -125,6 +125,8 @@ func (g *gcloud) GetNameservers(domain string) ([]*models.Nameserver, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
//fmt.Printf("zone = %q\n", zone)
|
||||
//fmt.Printf("zone.NameServers = %q\n", zone.NameServers)
|
||||
return models.ToNameserversStripTD(zone.NameServers)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user