mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
WAF策略中默认不启用SynFlood检测
This commit is contained in:
@@ -13,7 +13,7 @@ type SYNFloodConfig struct {
|
||||
|
||||
func DefaultSYNFloodConfig() *SYNFloodConfig {
|
||||
return &SYNFloodConfig{
|
||||
IsOn: true,
|
||||
IsOn: false,
|
||||
MinAttempts: 10,
|
||||
TimeoutSeconds: 1800,
|
||||
IgnoreLocal: true,
|
||||
|
||||
Reference in New Issue
Block a user