From 6024acd74552ab204b907d0e987c7a0a8e10fcd4 Mon Sep 17 00:00:00 2001 From: aixiao Date: Sat, 6 Aug 2022 11:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4167f72..729c4bb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ssh防止暴力破解,适用Debian 8、9、11 Centos 7 支持钉钉告警和邮件告警 支持第三方QQ邮箱告警 支持一次运行检测、后台运行检测 -请安装libcurl库和libiptc库 +Debian系统请安装libcurl库和libiptc库 +Centos 7系统请安装libcurl库和iptables-devel库,yum install iptables-devel libcurl-devel ``` @@ -19,7 +20,7 @@ crontab 定时任务,像这样. ``` -使用libiptc库需要nftables切换到iptables +Debian系统使用libiptc库需要nftables切换到iptables Switching to the legacy version:(切换到 iptables) update-alternatives --set iptables /usr/sbin/iptables-legacy