IP名单中可以通过IP查找访问日志

This commit is contained in:
刘祥超
2021-07-18 17:09:31 +08:00
parent 63884bc836
commit 7d8f3a9d9b
4 changed files with 85 additions and 16 deletions

View File

@@ -29,6 +29,7 @@ func init() {
GetPost("/createIPPopup", new(CreateIPPopupAction)).
GetPost("/updateIPPopup", new(UpdateIPPopupAction)).
Post("/deleteIP", new(DeleteIPAction)).
Get("/accessLogsPopup", new(AccessLogsPopupAction)).
// 防火墙
GetPost("/bindHTTPFirewallPopup", new(BindHTTPFirewallPopupAction)).