mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
fixup!
This commit is contained in:
parent
84898bb0cd
commit
01c6b2a362
1 changed files with 3 additions and 3 deletions
|
|
@ -181,9 +181,9 @@ func (c *bindProvider) GetZoneRecords(domain string, meta map[string]string) (mo
|
|||
ff,
|
||||
),
|
||||
)
|
||||
fmt.Printf("DEBUG: Reading zonefile %q\n", zonefile)
|
||||
fmt.Printf("DEBUG: Meta %+v\n", meta)
|
||||
fmt.Printf("DEBUG: Domain Names %+v\n", ff)
|
||||
// fmt.Printf("DEBUG: Reading zonefile %q\n", zonefile)
|
||||
// fmt.Printf("DEBUG: Meta %+v\n", meta)
|
||||
// fmt.Printf("DEBUG: Domain Names %+v\n", ff)
|
||||
|
||||
content, err := os.ReadFile(zonefile)
|
||||
if os.IsNotExist(err) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue