Add multiplexer for vmess

This commit is contained in:
世界 2022-08-04 10:38:20 +08:00
parent 1c3c154d6d
commit 64dbac8138
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
12 changed files with 171 additions and 50 deletions

View file

@ -22,4 +22,5 @@ type VMessOutboundOptions struct {
AuthenticatedLength bool `json:"authenticated_length,omitempty"`
Network NetworkList `json:"network,omitempty"`
TLSOptions *OutboundTLSOptions `json:"tls,omitempty"`
MultiplexOptions *MultiplexOptions `json:"multiplex,omitempty"`
}