mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-30 11:35:20 +08:00
延长WAF默认封禁时间:阻止动作从60秒增加到300秒;SYN Flood从600秒延长到1800秒
This commit is contained in:
@@ -17,6 +17,6 @@ func DefaultHTTPFirewallBlockAction() *HTTPFirewallBlockAction {
|
||||
return &HTTPFirewallBlockAction{
|
||||
StatusCode: http.StatusForbidden,
|
||||
Body: "Blocked By WAF",
|
||||
Timeout: 60,
|
||||
Timeout: 300,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user