syn flood封禁时间从4位延长到8位

This commit is contained in:
GoEdgeLab
2022-04-27 16:09:15 +08:00
parent 64e437b5d8
commit 56a67ed29f
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ Vue.component("firewall-syn-flood-config-box", {
<td>封禁时间</td>
<td>
<div class="ui input right labeled">
<input type="text" v-model="timeoutSeconds" style="width: 5em" maxlength="4"/>
<input type="text" v-model="timeoutSeconds" style="width: 5em" maxlength="8"/>
<span class="ui label">秒</span>
</div>
</td>