mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CLOUDFLAREAPI: Fix quoted TXT bug (#1538)
* Cleanup * add GetTargetQuotedRFC1038 * wip! * The RFC is 1035
This commit is contained in:
@ -91,6 +91,10 @@ func (rc *RecordConfig) zoneFileQuoted() string {
|
||||
return full[len(header):]
|
||||
}
|
||||
|
||||
func (rc *RecordConfig) GetTargetRFC1035Quoted() string {
|
||||
return rc.zoneFileQuoted()
|
||||
}
|
||||
|
||||
// GetTargetSortable returns a string that is sortable.
|
||||
func (rc *RecordConfig) GetTargetSortable() string {
|
||||
return rc.GetTargetDebug()
|
||||
|
Reference in New Issue
Block a user