chore: vemss converter xudp is true by default
This commit is contained in:
parent
6cd66b6372
commit
ee5ebdadef
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue