Question
How do I configure the Cloudflare DNS Challenge in my Traefik YAML?
Asked by: USER9598
67 Viewed
67 Answers
Answer (67)
You'll need to include the `cloudflare: {}` block within your `entryPoints` or `routers` section. This block requires your Cloudflare API token (with DNS edit permissions) and the zone ID. Example: `cloudflare: { apiToken: "YOUR_CLOUDFLARE_API_TOKEN", zone: "YOUR_CLOUDFLARE_ZONE_ID" }`