mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 06:33:14 +08:00
fix: Converter VMess XUDP not enabled by default when using v2rayN style share link
This commit is contained in:
parent
d38ceb78c9
commit
0f29c267be
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user