WAF策略中默认不启用SynFlood检测

This commit is contained in:
GoEdgeLab
2023-10-08 16:01:50 +08:00
parent 44ef38e19d
commit 5eca60d7de

View File

@@ -13,7 +13,7 @@ type SYNFloodConfig struct {
func DefaultSYNFloodConfig() *SYNFloodConfig {
return &SYNFloodConfig{
IsOn: true,
IsOn: false,
MinAttempts: 10,
TimeoutSeconds: 1800,
IgnoreLocal: true,