Skip to content

AkarinLiu/fali2ban-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Fail2Ban Rules

一个 Fail2Ban 规则库,保护您的服务器!

使用方法

执行以下命令安装 Fail2Ban:

Ubuntu/Debian

apt install fail2ban
systemctl enable --now fail2ban

Fedora/RedHat

yum install epel-release
yum install fail2ban
systemctl enable --now fail2ban

Arch Linux

pacman -S fail2ban
systemctl enable --now fail2ban

OpenSUSE

zypper install fail2ban
systemctl enable --now fail2ban

Alpine Linux

apk add fail2ban
rc-update add fail2ban
rc-service fail2ban start

Void Linux

xbps-install -S fail2ban
ln -s /etc/sv/fail2ban /var/service/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published