fix: Converter VMess XUDP not enabled by default when using v2rayN style share link

This commit is contained in:
gVisor bot 2023-01-10 20:47:58 +08:00
parent 1c825d4772
commit 6f9fa6bda1

View file

@ -172,6 +172,7 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
vmess["alterId"] = 0
}
vmess["udp"] = true
vmess["xudp"] = true
vmess["tls"] = false
vmess["skip-cert-verify"] = false