Skip to content

Commit

Permalink
chore: support xtls-rprx-vision for VLESS
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketW committed Feb 2, 2023
1 parent a7a3d02 commit 4569511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/controller/userbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",

This comment has been minimized.

Copy link
@Septrum101

Septrum101 Feb 3, 2023

Contributor

Should we use xtls-rprx-vision,none for compatible?

}
users[i] = &protocol.User{
Level: 0,
Expand Down

0 comments on commit 4569511

Please sign in to comment.