mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #124] 能否支持根据cpu负载来开关验证码(或其他cc防御等)? #95
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xwlcn on GitHub (May 21, 2023).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/124
如题,类似
Cloudflare的一个检测脚本:https://github.com/Machou/Cloudflare-Block目前能想到的就是模仿上面的方法,写个定时检测的脚本,负载过高就修改
nginx配置文件然后重启,但这种方法需要reload Nginx,感觉不够优雅,是否能够在模块内置该功能,目前只看到访问频率过高时开启验证码的配置方法。@ADD-SP commented on GitHub (Oct 3, 2023):
实际上这个功能已经在开发分支上了,但是那个分支上的新 feature 太多,bug 很多,所以一直没有 release。