From 25d440e994f8a900229a925402b0e7c59ace3703 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 23:19:01 -0500 Subject: [PATCH] 138 current 2025-10-08 23:11:11 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/qbittorrent/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 45bce60..c8de92d 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -59,14 +59,14 @@ in }; }; - networking.firewall.extraCommands = '' - 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 -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 +# '';