更新README.md
This commit is contained in:
parent
0ad3df3770
commit
6024acd745
@ -3,7 +3,8 @@ ssh防止暴力破解,适用Debian 8、9、11 Centos 7
|
|||||||
支持钉钉告警和邮件告警
|
支持钉钉告警和邮件告警
|
||||||
支持第三方QQ邮箱告警
|
支持第三方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)
|
Switching to the legacy version:(切换到 iptables)
|
||||||
|
|
||||||
update-alternatives --set iptables /usr/sbin/iptables-legacy
|
update-alternatives --set iptables /usr/sbin/iptables-legacy
|
||||||
|
Loading…
Reference in New Issue
Block a user