From 977b658fe3535e7a17c8b599efce39096fbee9e0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 13:14:56 -0500 Subject: [PATCH] feat: adjust cidr --- clusters/cl01tl/helm/qbittorrent/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index fce111ef4..29af3918e 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -71,11 +71,11 @@ qbittorrent: name: protonvpn-wireguard-conf key: private-key - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.0.0.0/8 + value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/16 - name: FIREWALL_INPUT_PORTS value: 8080,9022 - name: VPN_PORT_FORWARDING - value: 'on' + value: "on" - name: VPN_PORT_FORWARDING_UP_COMMAND value: '/bin/sh -c "/gluetun/update.sh {{ printf "{{PORTS}}" }}"' - name: DNS_UPSTREAM_RESOLVER_TYPE