From 5eca60d7de9d11522d7067afd57f03394b7d38ad Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 8 Oct 2023 16:01:50 +0800 Subject: [PATCH] =?UTF-8?q?WAF=E7=AD=96=E7=95=A5=E4=B8=AD=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=8D=E5=90=AF=E7=94=A8SynFlood=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/firewallconfigs/syn_flood_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serverconfigs/firewallconfigs/syn_flood_config.go b/pkg/serverconfigs/firewallconfigs/syn_flood_config.go index 1a64d07..46756d2 100644 --- a/pkg/serverconfigs/firewallconfigs/syn_flood_config.go +++ b/pkg/serverconfigs/firewallconfigs/syn_flood_config.go @@ -13,7 +13,7 @@ type SYNFloodConfig struct { func DefaultSYNFloodConfig() *SYNFloodConfig { return &SYNFloodConfig{ - IsOn: true, + IsOn: false, MinAttempts: 10, TimeoutSeconds: 1800, IgnoreLocal: true,