From 5a8e2f30dbb64e33edf704525674c38956a6e2c8 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 23:40:05 -0500 Subject: [PATCH] 140 current 2025-10-08 23:21:40 25.05.20251006.20c4598 6.12.50 * --- .../homelab/services/qbittorrent/default.nix | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 4fcd02b..3e1d4fd 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -59,17 +59,16 @@ in }; }; - networking.firewall.extraCommands = '' - iptables -F QBIT - iptables -X QBIT - iptables -N QBIT - iptables -N QBIT - 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 -o enp89s0 -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT - iptables -A QBIT -j DROP - ''; +# networking.firewall.extraCommands = '' +# iptables -F QBIT +# iptables -X QBIT +# iptables -N QBIT +# 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 -o enp89s0 -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT +# iptables -A QBIT -j DROP +# '';