mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-28 01:25:19 +08:00
延长WAF默认封禁时间:阻止动作从60秒增加到300秒;SYN Flood从600秒延长到1800秒
This commit is contained in:
@@ -15,7 +15,7 @@ func DefaultSYNFloodConfig() *SYNFloodConfig {
|
||||
return &SYNFloodConfig{
|
||||
IsOn: true,
|
||||
MinAttempts: 10,
|
||||
TimeoutSeconds: 600,
|
||||
TimeoutSeconds: 1800,
|
||||
IgnoreLocal: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user