mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-07-03 17:49:50 +00:00
chore: support xtls-rprx-vision for VLESS
This commit is contained in:
parent
a7a3d0220d
commit
456951155d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user