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

This commit is contained in:
刘祥超
2021-08-15 15:42:05 +08:00
parent 82646c3576
commit 7f04f1ed62
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()
})
}
}