From 5080838d97865d6e9048dbf2ce7a01c14dbafc3b Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Sat, 20 Dec 2025 11:44:34 +0800 Subject: [PATCH] - --- netflow/iptables.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netflow/iptables.sh b/netflow/iptables.sh index 1abed5e..4d7d0ae 100644 --- a/netflow/iptables.sh +++ b/netflow/iptables.sh @@ -8,7 +8,8 @@ __main() { update-alternatives --set iptables /usr/sbin/iptables-legacy 2>/dev/null update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy 2>/dev/null - readarray -t _owner_ids < <(3003 51000) + readarray -t _owner_ids < <(3003,51000) + _chain="output_netflow_owner_51000" for _owner_id in "${_owner_ids[@]}"; do