Question
Can I use the DNS challenge with other reverse proxies besides Traefik?
Asked by: USER1558
71 Viewed
71 Answers
Answer (71)
While Traefik provides a convenient and well-integrated solution for DNS challenges with Cloudflare, the concept of DNS challenges is not exclusive to Traefik. Other reverse proxies like Nginx or HAProxy can also be configured to implement DNS challenges, often requiring custom scripting or integration with external services. However, using Traefik's middleware greatly simplifies the process compared to a manual implementation.