From 4f4146963eaa375f3f2d7973cfe7b14b1646d08d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 3 Nov 2022 20:53:25 +0100 Subject: [PATCH] expose DNS UDP --- system/apps/traefik.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/apps/traefik.yaml b/system/apps/traefik.yaml index 3b921e5..64a9f02 100644 --- a/system/apps/traefik.yaml +++ b/system/apps/traefik.yaml @@ -32,6 +32,11 @@ spec: exposedPort: 53 protocol: TCP expose: true + dnsudp: + port: 1053 + exposedPort: 53 + protocol: UDP + expose: true additionalArguments: - "--entrypoints.web.proxyProtocol.trustedIPs=192.168.0.9" - "--entrypoints.websecure.proxyProtocol.trustedIPs=192.168.0.9"