mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 21:24:18 +08:00
draft
This commit is contained in:
parent
c547beacc0
commit
916c1e6ee1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue