Add mux server and XUDP client for VMess

This commit is contained in:
世界 2022-09-17 11:54:04 +08:00
parent ab436fc137
commit 63fc95b96d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
13 changed files with 216 additions and 234 deletions

View file

@ -23,7 +23,7 @@ type VMessOutboundOptions struct {
AuthenticatedLength bool `json:"authenticated_length,omitempty"`
Network NetworkList `json:"network,omitempty"`
TLS *OutboundTLSOptions `json:"tls,omitempty"`
PacketAddr bool `json:"packet_addr,omitempty"`
PacketEncoding string `json:"packet_encoding,omitempty"`
Multiplex *MultiplexOptions `json:"multiplex,omitempty"`
Transport *V2RayTransportOptions `json:"transport,omitempty"`
}