Add multiplexer for VLESS outbound

This commit is contained in:
世界
2023-04-24 09:55:46 +08:00
parent 6b64ebd3c0
commit 50827bcff1
5 changed files with 149 additions and 54 deletions

View File

@@ -20,6 +20,7 @@ type VLESSOutboundOptions struct {
Flow string `json:"flow,omitempty"`
Network NetworkList `json:"network,omitempty"`
TLS *OutboundTLSOptions `json:"tls,omitempty"`
Multiplex *MultiplexOptions `json:"multiplex,omitempty"`
Transport *V2RayTransportOptions `json:"transport,omitempty"`
PacketEncoding *string `json:"packet_encoding,omitempty"`
}