mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
ROUTE53: fix R53_ZONE() handling for domains (#2306)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
@@ -114,7 +114,7 @@ func doWithRetry(f func() error) {
|
||||
}
|
||||
|
||||
// GetZoneRecords gets the records of a zone and returns them in RecordConfig format.
|
||||
func (n *namecheapProvider) GetZoneRecords(domain string) (models.Records, error) {
|
||||
func (n *namecheapProvider) GetZoneRecords(domain string, meta map[string]string) (models.Records, error) {
|
||||
sld, tld := splitDomain(domain)
|
||||
var records *nc.DomainDNSGetHostsResult
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user