From 41858e091a9ba1bfac624237a189dacf8a81b58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 13 Jan 2022 10:03:54 +0800 Subject: [PATCH] Update components.js --- web/public/js/components.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/js/components.js b/web/public/js/components.js index 029dc22e..daf95ab9 100755 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -9906,8 +9906,8 @@ Vue.component("firewall-syn-flood-config-box", { if (isNaN(count)) { count = 10 } - if (count < 3) { - count = 3 + if (count < 5) { + count = 5 } this.config.minAttempts = count }, @@ -9947,7 +9947,7 @@ Vue.component("firewall-syn-flood-config-box", { 次/分钟 -

超过此数字的"空连接"将被视为SYN Flood攻击,为了防止误判,此数值默认不小于3。

+

超过此数字的"空连接"将被视为SYN Flood攻击,为了防止误判,此数值默认不小于5。