Fixed user flow in vless server

This commit is contained in:
世界
2023-03-01 20:28:40 +08:00
parent e443f62581
commit f2f9af1504
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