Skip to content

Commit 2b84037

Browse files
committed
修改一处注释
1 parent 536f11e commit 2b84037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/server/firewall-syn-flood-config-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Vue.component("firewall-syn-flood-config-box", {
5959
<td class="title">启用</td>
6060
<td>
6161
<checkbox v-model="config.isOn"></checkbox>
62-
<p class="comment">启用后,WAF将会尝试自动检测并阻止SYN Flood攻击。此功能需要节点已安装并启用Firewalld。</p>
62+
<p class="comment">启用后,WAF将会尝试自动检测并阻止SYN Flood攻击。此功能需要节点已安装并启用nftables或Firewalld。</p>
6363
</td>
6464
</tr>
6565
<tr>

0 commit comments

Comments
 (0)