From 3fac34f3eaa1f3fd7cac3abd14c3b5d2519a461c Mon Sep 17 00:00:00 2001 From: Root-Core Date: Mon, 9 Mar 2026 04:10:02 +0100 Subject: [PATCH] Update DNS provider info to reference Lego documentation Updated the information regarding DNS provider support to reference the Lego documentation instead of Traefik's documentation, which was removed and links to Lego's. --- self-host/advanced/wild-card-domains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-host/advanced/wild-card-domains.mdx b/self-host/advanced/wild-card-domains.mdx index a3db599..e2cd30d 100644 --- a/self-host/advanced/wild-card-domains.mdx +++ b/self-host/advanced/wild-card-domains.mdx @@ -187,7 +187,7 @@ If you're using Cloudflare, make sure your API token has the permissions Zone/Zo -Traefik supports most DNS providers. You can find a full list of supported providers and how to configure them in the [Traefik documentation on providers](https://doc.traefik.io/traefik/https/acme/#providers). +Traefik supports most DNS providers. A full list of supported providers and configuration instructions (environment variables) can be found in the [Lego documentation](https://go-acme.github.io/lego/dns/). Lego (Let's Encrypt Go) is used by Traefik for DNS challenges. ## Verify it Works