WAF添加规则:调整界面/增加正则表达式测试功能

This commit is contained in:
刘祥超
2021-12-12 20:56:25 +08:00
parent 8f06bccd48
commit fdc3ebb5c5
4 changed files with 141 additions and 22 deletions

View File

@@ -41,6 +41,7 @@ func init() {
GetPost("/updateSetPopup", new(UpdateSetPopupAction)).
Post("/count", new(CountAction)).
Get("/selectPopup", new(SelectPopupAction)).
Post("/testRegexp", new(TestRegexpAction)).
// IP管理
GetPost("/ipadmin", new(ipadmin.IndexAction)).