This commit is contained in:
Tom Limoncelli 2021-02-09 18:50:16 -05:00
parent c547beacc0
commit 916c1e6ee1

View file

@ -86,6 +86,7 @@ func (client *msdnsProvider) GetDomainCorrections(dc *models.DomainConfig) ([]*m
func (client *msdnsProvider) GetZoneRecords(domain string) (models.Records, error) {
// Get the existing DNS records in native format.
fmt.Printf("DEBUG: DNSSERVER=%q\n", client.dnsserver)
nativeExistingRecords, err := client.shell.GetDNSZoneRecords(client.dnsserver, domain)
if err != nil {
return nil, err