chore: support xtls-rprx-vision for VLESS

This commit is contained in:
pocketW 2023-02-02 22:05:33 +11:00
parent a7a3d0220d
commit 456951155d

View File

@ -47,7 +47,7 @@ func (c *Controller) buildVlessUser(userInfo *[]api.UserInfo) (users []*protocol
for i, user := range *userInfo {
vlessAccount := &vless.Account{
Id: user.UUID,
Flow: "xtls-rprx-direct",
Flow: "xtls-rprx-vision",
}
users[i] = &protocol.User{
Level: 0,