From 6585fe811451a8bf4ae23cefd530d9e5fd3a3940 Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Sun, 6 Sep 2026 23:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=98=B2=E7=81=AB?= =?UTF-8?q?=E5=A2=99.MD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 防火墙.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/防火墙.MD b/防火墙.MD index d5f59ee..8568c7e 100644 --- a/防火墙.MD +++ b/防火墙.MD @@ -5,7 +5,7 @@ 1. 安装依赖 ~~~ apt update -apt install ipset curl -y +apt install ipset curl nftables -y ~~~ 2. 创建 ipset 集合存储中国大陆 IP 段, 创建集合,hash:net 存放网段 ~~~