summaryrefslogtreecommitdiff
path: root/playbooks/roles/traefik/templates/stacks/traefik.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-03-21 22:58:42 -0700
committerElizabeth Hunt <me@liz.coffee>2025-03-21 22:58:42 -0700
commitdde6850257c1181802b1e8cd46b8aadfe1551b1f (patch)
treefae84615adb82a5f4af8a1095add6f330c4e7d83 /playbooks/roles/traefik/templates/stacks/traefik.yml
parent053abdc560ad31e482fd631b2b7f8ccd4bd3b3f1 (diff)
downloadinfra-dde6850257c1181802b1e8cd46b8aadfe1551b1f.tar.gz
infra-dde6850257c1181802b1e8cd46b8aadfe1551b1f.zip
fix dns
Diffstat (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml')
-rw-r--r--playbooks/roles/traefik/templates/stacks/traefik.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml
index feac37f..5dcb19e 100644
--- a/playbooks/roles/traefik/templates/stacks/traefik.yml
+++ b/playbooks/roles/traefik/templates/stacks/traefik.yml
@@ -16,8 +16,10 @@ entryPoints:
scheme: https
websecure:
address: ":443"
- dns:
+ dns_udp:
address: ":53/udp"
+ dns_tcp:
+ address: ":53/tcp"
serversTransport:
insecureSkipVerify: true
providers: