1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Revert "CLOUDFLAREAPI: Fix TXT records with quotes"

This reverts commit c3f52d228a.
This commit is contained in:
Tom Limoncelli
2022-06-16 15:21:45 -04:00
parent c3f52d228a
commit cc0fecf1f7
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,6 @@ func (rc *RecordConfig) PopulateFromString(rtype, contents, origin string) error
case "SOA":
return rc.SetTargetSOAString(contents)
case "SPF", "TXT":
fmt.Printf("DEBUG: popFrmStr txt=%q\n", contents)
return rc.SetTargetTXTString(contents)
case "SRV":
return rc.SetTargetSRVString(contents)