From b9e649fa66f993cca09a4d8a5749cadb23aab93b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 23 Apr 2026 20:14:11 -0500 Subject: [PATCH] feat: switch to full cidr --- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 +- clusters/cl01tl/helm/slskd/values.yaml | 2 +- clusters/cl01tl/helm/tubearchivist/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 3cf4c8d77..174be9ac9 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -71,7 +71,7 @@ qbittorrent: name: protonvpn-wireguard-conf key: private-key - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.244.0.0/16 + value: 192.168.1.0/24,10.0.0.0/8 - name: FIREWALL_INPUT_PORTS value: 5030,50300 - name: VPN_PORT_FORWARDING diff --git a/clusters/cl01tl/helm/slskd/values.yaml b/clusters/cl01tl/helm/slskd/values.yaml index a005489e4..280cafdb9 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -73,7 +73,7 @@ slskd: name: protonvpn-wireguard-conf key: private-key - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.244.0.0/16 + value: 192.168.1.0/24,10.0.0.0/8 - name: FIREWALL_INPUT_PORTS value: 5030,50300 - name: DNS_UPSTREAM_RESOLVER_TYPE diff --git a/clusters/cl01tl/helm/tubearchivist/values.yaml b/clusters/cl01tl/helm/tubearchivist/values.yaml index 109096d2f..50f9af329 100644 --- a/clusters/cl01tl/helm/tubearchivist/values.yaml +++ b/clusters/cl01tl/helm/tubearchivist/values.yaml @@ -62,7 +62,7 @@ tubearchivist: name: protonvpn-wireguard-conf key: private-key - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.244.0.0/16 + value: 192.168.1.0/24,10.0.0.0/8 - name: FIREWALL_INPUT_PORTS value: 80,8000,24000 - name: DNS_UPSTREAM_RESOLVER_TYPE