Enable XUDP by default in VLESS

This commit is contained in:
世界 2023-02-28 20:27:30 +08:00
parent f7e9d9ab1f
commit d0e9443031
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 20 additions and 8 deletions

View file

@ -20,5 +20,5 @@ type VLESSOutboundOptions struct {
Network NetworkList `json:"network,omitempty"`
TLS *OutboundTLSOptions `json:"tls,omitempty"`
Transport *V2RayTransportOptions `json:"transport,omitempty"`
PacketEncoding string `json:"packet_encoding,omitempty"`
PacketEncoding *string `json:"packet_encoding,omitempty"`
}