Add multiplexer for VLESS outbound

This commit is contained in:
世界
2023-04-24 09:55:46 +08:00
parent 54d9ef2f2a
commit 91fbf4c79b
2 changed files with 66 additions and 20 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"`
}