This commit is contained in:
Thomas Limoncelli 2025-12-02 16:58:53 -05:00
parent 84898bb0cd
commit 01c6b2a362
No known key found for this signature in database

View file

@ -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) {