mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
ROUTE53: Fix "No such DNS type error" on legacy or ignored records (#2294)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
@@ -36,7 +36,7 @@ func showRecs(recs models.Records) string {
|
||||
for _, rec := range recs {
|
||||
result += (rec.GetLabel() +
|
||||
" " + rec.Type +
|
||||
" " + rec.GetTargetRFC1035Quoted() +
|
||||
" " + rec.GetTargetCombined() +
|
||||
"\n")
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user