@@ -87,15 +87,13 @@ secureoperator.
8787
8888### Known Issues
8989
90- Cloudflare is not working perfectly yet; it should work for common tasks,
91- however:
90+ Cloudflare is not fully tested yet; it should work for common cases, however:
9291
93- * Cloudflare returns JSON which is not properly escaped for ` TXT ` records, and
94- will fail decoding by the Go JSON parser. It's not been investigated if their
95- invalid JSON is intentional or a bug, but work will be needed.
9692* Requests require a Content-Type parameter to be present in the URL, which must
9793 be provided in the CLI.
98- * Not heavily tested, as the Google provider is.
94+ * EDNS is not supported; this is an intentional choice by Cloudflare, which
95+ means any EDNS setting you provide when using Cloudflare as a provider will
96+ be silently ignored.
9997
10098For a production environment, the Google provider (default) is your best option
10199today. If you're brave, please test Cloudflare and [ report any issues] [ issues ] !
@@ -109,8 +107,8 @@ consider the following:
109107 provider, see:
110108 * [ Google's Privacy Policy] [ googlednspriv ]
111109 * [ Cloudflare's Privacy Policy] [ cloudflarednspriv ]
112- * The lookup for the Google DNS endpoint must happen in _ some_ regard, although
113- how this is handled is up to you:
110+ * The lookup for the HTTP endpoint must happen in _ some_ regard, although how
111+ this is handled is up to you:
114112 * The system DNS resolver is used to look up the endpoint (default)
115113 * You provide a list of DNS servers to use for the endpoint lookup
116114 * You provide the IP address(es) to the endpoint; and no unencrypted DNS
0 commit comments