IPBox增加地域、ISP、添加到黑名单等功能

This commit is contained in:
GoEdgeLab
2021-08-15 15:42:05 +08:00
parent 806a6bf8a7
commit 537c3da8c3
11 changed files with 192 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ func init() {
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeServer)).
Prefix("/servers/ipbox").
Get("", new(IndexAction)).
Post("/addIP", new(AddIPAction)).
EndAll()
})
}
}