From e61972afa45ce0351f6af93862c001ca4d84cf0a Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 13:33:49 -0500 Subject: [PATCH] 158 current 2025-10-09 13:31:41 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/qbittorrent/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 9f28df4..c7a10a5 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -93,9 +93,7 @@ in iptables -A QBIT -p tcp --dport 53 -o ${cfg.vpn_inf} -j ACCEPT iptables -A QBIT -p tcp -d 127.0.0.1 --dport ${toString cfg.port} -j ACCEPT iptables -A QBIT -p tcp -o ${toString cfg.port} -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT - iptables -A QBIT -p tcp -o enp89s0 -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT iptables -A QBIT -p tcp -o enp89s0 -d 10.20.0.0/23 --dport ${toString cfg.port} -j ACCEPT - iptables -A QBIT -p tcp -o enp89s0 -d 10.69.0.0/23 --dport ${toString cfg.port} -j ACCEPT iptables -A QBIT -j DROP '';