fix: compatiable VLESS+TCP+TLS #245

This commit is contained in:
pocketW
2023-02-03 13:30:38 +11:00
parent 456951155d
commit 239a0eea78

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-vision",
Flow: "xtls-rprx-vision,none",
}
users[i] = &protocol.User{
Level: 0,