mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #58] 在使用CDN时CC防护会误封 #37
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#37
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 @MoeMion on GitHub (Aug 3, 2021).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/58
在使用CDN时,由于发起请求的IP为CDN提供商的节点造成误封。有没有可能通过X-Forwarded-For头来判断攻击IP?
@ADD-SP commented on GitHub (Aug 3, 2021):
是否使用了 ngx_http_realip_module 以获取真实 IP?