实现WAF统计

This commit is contained in:
刘祥超
2021-01-26 18:41:23 +08:00
parent f7336235a1
commit 2f21effdbf
9 changed files with 391 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ func init() {
Get("", new(IndexAction)).
Get("/providers", new(ProvidersAction)).
Get("/clients", new(ClientsAction)).
Get("/waf", new(WafAction)).
EndAll()
})
}