mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 20:00:25 +08:00
syn flood封禁时间从4位延长到8位
This commit is contained in:
@@ -3644,7 +3644,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
|
|||||||
<td>封禁时间</td>
|
<td>封禁时间</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui input right labeled">
|
<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>
|
<span class="ui label">秒</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -10408,7 +10408,7 @@ Vue.component("firewall-syn-flood-config-box", {
|
|||||||
<td>封禁时间</td>
|
<td>封禁时间</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui input right labeled">
|
<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>
|
<span class="ui label">秒</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ Vue.component("firewall-syn-flood-config-box", {
|
|||||||
<td>封禁时间</td>
|
<td>封禁时间</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui input right labeled">
|
<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>
|
<span class="ui label">秒</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user