You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDFLAREAPI: Prevent web UI from displaying warnings about TXT records (#3834)
# Issue
The way that DNSControl does its TXT record updates results in the
Cloudflare web dashboard telling people that they're bad people and
should feel bad.
# Resolution
Guess Cloudflare's mystery protocol and encode data by what we think is
correct.
NOTE: Existing TXT records will not be fixed. The updated doc
(https://docs.dnscontrol.org/provider/cloudflareapi) explains ways to
manually remove the error.
TXT records created/updated by DNSControl v4.31.1 and prior will produce this warning. It is meaningless and should be ignored.
404
+
405
+
If you are unable to ignore the warning, any of these will remove it:
406
+
407
+
* In the Cloudflare dashboard, click to edit the record and immediately save it. As of 2026-01-21, Cloudflare's UI can fix the issue, not just complain about it.
408
+
* Force DNSControl to update the record. Either change it (make an inconsequential change), or delete the TXT record and allow DNSControl to recreate it.
409
+
393
410
## Integration testing
394
411
395
412
The integration tests assume that Cloudflare Workers are enabled and the credentials used
// seen json: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
0 commit comments