fix: Converter VMess XUDP not enabled by default when using v2rayN style share link
This commit is contained in:
parent
1c825d4772
commit
6f9fa6bda1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue