From f5aefe93881bb0fed89c5ec6a0aca5ab41fe1784 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:43:25 +0100 Subject: [PATCH] fix(qbittorrent): Use correct DNS config for Gluetun --- k8s-wheatley/qbittorrent/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s-wheatley/qbittorrent/configmap.yaml b/k8s-wheatley/qbittorrent/configmap.yaml index 593c7fc..a3b3991 100644 --- a/k8s-wheatley/qbittorrent/configmap.yaml +++ b/k8s-wheatley/qbittorrent/configmap.yaml @@ -23,6 +23,8 @@ data: ' FIREWALL_OUTBOUND_SUBNETS: 10.244.0.0/16,10.96.0.0/12 FIREWALL_INPUT_PORTS: "8112" + DNS_KEEP_NAMESERVER: on + DOT: off --- apiVersion: v1 kind: ConfigMap