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

@@ -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 {