mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
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