mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Enable XUDP by default in VLESS
This commit is contained in:
parent
f7e9d9ab1f
commit
d0e9443031
6 changed files with 20 additions and 8 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue