支持UDP代理

This commit is contained in:
刘祥超
2021-06-07 15:43:43 +08:00
parent c2cab60940
commit cb8035452b
11 changed files with 158 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ func init() {
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeServer)).
Helper(serverutils.NewServerHelper()).
Prefix("/servers/server/settings/udp").
Get("", new(IndexAction)).
GetPost("", new(IndexAction)).
EndAll()
})
}