增加全局IP白名单功能

This commit is contained in:
wsczx
2024-10-04 16:02:24 +08:00
parent 59748fe395
commit c8cb9c163a
5 changed files with 77 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ iptables_nat = true
#防爆破全局开关
anti_brute_force = true
ip_whitelist = "192.168.90.1,172.16.0.0/24"
#单位时间内最大尝试次数0为关闭该功能
max_ban_score = 5