Fixed user flow in vless server

This commit is contained in:
世界
2023-03-01 20:28:40 +08:00
parent 6da1460795
commit 1f5f8a7dde
3 changed files with 19 additions and 7 deletions

View File

@@ -55,6 +55,8 @@ func NewVLESS(ctx context.Context, router adapter.Router, logger log.ContextLogg
return index
}), common.Map(inbound.users, func(it option.VLESSUser) string {
return it.UUID
}), common.Map(inbound.users, func(it option.VLESSUser) string {
return it.Flow
}))
inbound.service = service
var err error