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

@@ -10,6 +10,7 @@ type VLESSInboundOptions struct {
type VLESSUser struct {
Name string `json:"name"`
UUID string `json:"uuid"`
Flow string `json:"flow,omitempty"`
}
type VLESSOutboundOptions struct {