From 7db0344dc51a75f31609645b01066badce81151e Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Tue, 25 Nov 2025 14:07:52 +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 74721d4..f6a7718 100644 --- a/netflow/iptables.sh +++ b/netflow/iptables.sh @@ -5,7 +5,7 @@ if [[ -d "/host/proc/1/" ]]; then source /apps/gitrce/hook/singleton.sh "$0"; fi __main() { : - # 切换到系统默认的legacy + # 切换到系统默认的legacy 有些不支持iptabes-nft或者nftables update-alternatives --set iptables /usr/sbin/iptables-legacy _owner_id=50000