Add multiplexer for VLESS outbound

This commit is contained in:
世界 2023-04-24 09:55:46 +08:00
parent 54d9ef2f2a
commit 91fbf4c79b
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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"`
}