Fixed user flow in vless server
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user