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

This commit is contained in:
刘祥超
2023-10-08 16:01:50 +08:00
parent 96ce664202
commit 01e211560d

View File

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