chore: vemss converter xudp is true by default

This commit is contained in:
gVisor bot 2023-01-10 18:10:21 +08:00
parent 6cd66b6372
commit ee5ebdadef

View file

@ -15,6 +15,7 @@ func handleVShareLink(names map[string]int, url *url.URL, scheme string, proxy m
proxy["port"] = url.Port()
proxy["uuid"] = url.User.Username()
proxy["udp"] = true
proxy["xudp"] = true
proxy["skip-cert-verify"] = false
proxy["tls"] = false
tls := strings.ToLower(query.Get("security"))