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