From fbf86d15726ff4ad9962dd28b20244b141dca3e2 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 23:11:13 -0500 Subject: [PATCH] 137 current 2025-10-08 23:08:33 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/qbittorrent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index c0d9dbe..45bce60 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -64,7 +64,7 @@ in iptables -A OUTPUT -m owner --uid-owner ${toString ids} -j QBIT iptables -A QBIT -o ${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 -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 -j DROP '';