WAF拦截动作可以设置最大封禁时间,从而实现封禁时间随机

This commit is contained in:
刘祥超
2023-03-01 18:59:42 +08:00
parent abeb585a0d
commit b49efa0d5a
5 changed files with 32 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ Vue.component("firewall-syn-flood-config-viewer", {
},
template: `<div>
<span v-if="config.isOn">
已启用 / <span>空连接次数:{{config.minAttempts}}次/分钟</span> / 封禁时{{config.timeoutSeconds}}秒 <span v-if="config.ignoreLocal">/ 忽略局域网访问</span>
已启用 / <span>空连接次数:{{config.minAttempts}}次/分钟</span> / 封禁时{{config.timeoutSeconds}}秒 <span v-if="config.ignoreLocal">/ 忽略局域网访问</span>
</span>
<span v-else>未启用</span>
</div>`