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:
@@ -61,7 +61,7 @@ func (s *softlayerProvider) GetNameservers(domain string) ([]*models.Nameserver,
|
||||
|
||||
// GetZoneRecords gets all the records for domainName and converts
|
||||
// them to model.RecordConfig.
|
||||
func (s *softlayerProvider) GetZoneRecords(domainName string) (models.Records, error) {
|
||||
func (s *softlayerProvider) GetZoneRecords(domainName string, meta map[string]string) (models.Records, error) {
|
||||
domain, err := s.getDomain(&domainName)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user