Enable XUDP by default in VLESS

This commit is contained in:
世界
2023-02-28 20:27:30 +08:00
parent fc03226a87
commit e76403c2d9
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"`
}