From 43ca020f1517866164422715cfde1602812a286a Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Tue, 9 Dec 2025 14:57:56 +0800 Subject: [PATCH] - --- netflow/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netflow/iptables.sh b/netflow/iptables.sh index c962957..5682724 100644 --- a/netflow/iptables.sh +++ b/netflow/iptables.sh @@ -8,7 +8,7 @@ __main() { update-alternatives --set iptables /usr/sbin/iptables-legacy 2>/dev/null update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy 2>/dev/null - _owner_id=51000 + _owner_id=52000 _chain="output_netflow_owner_${_owner_id}" for cmd in iptables ip6tables; do