Add vmess packetaddr option

This commit is contained in:
世界 2022-08-27 11:28:01 +08:00
parent 0289586880
commit 0d8cfa3031
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 78 additions and 37 deletions

View file

@ -23,6 +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"`
Multiplex *MultiplexOptions `json:"multiplex,omitempty"`
Transport *V2RayTransportOptions `json:"transport,omitempty"`
}