实现WAF统计

This commit is contained in:
GoEdgeLab
2021-01-26 18:41:23 +08:00
parent 668ace050a
commit 493215cdea
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()
})
}