DDoS防护增加单IP TCP新连接速率黑名单

This commit is contained in:
GoEdgeLab
2022-08-26 11:32:00 +08:00
parent 27c16c1b00
commit a5b0d7f4f0
5 changed files with 63 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
<second-menu v-if="logs.length > 0">
<a href="" class="item" @click.prevent="updatePageRead()">[本页已读]</a>
<a href="" class="item" @click.prevent="updateAllRead()">[全部已读]</a>
<a href="" class="item" @click.prevent="updateNodeRead(firstUnreadNode.id)" v-if="firstUnreadNode != null">["{{firstUnreadNode.name}}"已读]</a>
<a href="" class="item" @click.prevent="updateNodeRead(firstUnreadNode.id)" v-if="firstUnreadNode != null">["{{firstUnreadNode.name}}"节点已读]</a>
</second-menu>
</div>