caddy-dns / cloudflare

Caddy module: dns.providers.cloudflare
Apache License 2.0
436 stars 59 forks source link

Can you use this to create non-proxied DNS entries? #36

Closed jakubgs closed 2 years ago

jakubgs commented 2 years ago

The docs for this module are very scarce. My understanding is that this is used to create the TXT record that help create the LetsEncrypt certificates by validating ownership of a domain. Correct?

Could this module be used to create non-proxied CloudFlare DNS records for a setup that uses a custom certificate and key?

mholt commented 2 years ago

Do you mean "gray cloud" DNS records? I don't think it matters. It just sets a particular TXT record for ACME challenges only.

(Closing, hopefully that answered your question? Let me know if there's something missing though.)