From be7b58424105e98bcd3664287f868f8de2bd64b1 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Mar 2026 23:43:07 -0500 Subject: [PATCH] fix: cannot pull list --- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 ++ clusters/cl01tl/helm/slskd/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 6633c9010..16b0adc43 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -85,6 +85,8 @@ qbittorrent: value: 8080,9022 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS diff --git a/clusters/cl01tl/helm/slskd/values.yaml b/clusters/cl01tl/helm/slskd/values.yaml index 31ebdd0a3..a66782919 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -83,6 +83,8 @@ slskd: value: 5030,50300 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS