dnscontrol/providers/cloudflare
Brian Hartvigsen 414f57274d
CLOUDFLARE: Fix bug with long TXT records (SplitSingleLongTxt is not needed) (#1265)
This isn't necessary for Cloudflare, just pass the string you want and they'll take care of the rest.  This was breaking DKIM records as it would pass the split string with quotes, which Cloudflare then interpreted the quotes as being necessary for the records.
2021-09-28 15:53:38 -04:00
..
auditrecords.go Re-engineer TXT records for simplicity and better compliance (#1063) 2021-03-07 13:19:22 -05:00
cloudflareProvider.go CLOUDFLARE: Fix bug with long TXT records (SplitSingleLongTxt is not needed) (#1265) 2021-09-28 15:53:38 -04:00
preprocess_test.go Rename provider handles to *Provider (#914) 2020-10-26 09:25:30 -04:00
rest.go Re-engineer TXT records for simplicity and better compliance (#1063) 2021-03-07 13:19:22 -05:00