Skip to content

Commit

Permalink
Add Resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
flx5 committed May 7, 2024
1 parent 8e7c1bc commit 56b1344
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infrastructure/docker/containers/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ certificatesResolvers:
storage: /acme/acme.json
dnsChallenge:
provider: cloudflare
resolvers:
- "1.1.1.1:53"
- "1.0.0.1:53"
%{ else }
homelab:
acme:
email: ${email}
caServer: https://${homelab_ca}:9000/acme/acme/directory
storage: /acme/acme_homelab.json
tlsChallenge: {}
%{ endif }
%{ endif }

0 comments on commit 56b1344

Please sign in to comment.