1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 12:34:43 -05:00
sub2sing-box/model/vless.go

14 lines
443 B
Go
Raw Normal View History

2024-03-10 15:13:42 -04:00
package model
type VLESSOutboundOptions struct {
DialerOptions
ServerOptions
UUID string `json:"uuid"`
Flow string `json:"flow,omitempty"`
Network string `json:"network,omitempty"`
OutboundTLSOptionsContainer
2024-03-10 15:13:42 -04:00
Multiplex *OutboundMultiplexOptions `json:"multiplex,omitempty"`
Transport *V2RayTransportOptions `json:"transport,omitempty"`
PacketEncoding *string `json:"packet_encoding,omitempty"`
}