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:
@ -86,6 +86,8 @@ func (rc *RecordConfig) zoneFileQuoted() string {
|
||||
|
||||
// GetTargetRFC1035Quoted returns the target as it would be in an
|
||||
// RFC1035-style zonefile.
|
||||
// Do not use this function if RecordConfig might be a pseudo-rtype
|
||||
// such as R53_ALIAS. Use GetTargetCombined() instead.
|
||||
func (rc *RecordConfig) GetTargetRFC1035Quoted() string {
|
||||
return rc.zoneFileQuoted()
|
||||
}
|
||||
|
Reference in New Issue
Block a user