WAF策略增加是否使用本地防火墙设置

This commit is contained in:
刘祥超
2022-01-09 17:05:51 +08:00
parent d5e851cff7
commit 0bdda313da
9 changed files with 38 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ type IndexAction struct {
}
func (this *IndexAction) Init() {
this.Nav("", "", "update")
this.Nav("", "node", "update")
this.SecondMenu("ssh")
}