mirror of https://github.com/2dust/v2rayN
pull/4603/head
parent
77b20bc562
commit
2b4a043a92
|
@ -189,7 +189,7 @@ namespace v2rayN.Handler
|
|||
item.id,
|
||||
GetIpv6(item.address),
|
||||
item.port);
|
||||
url = $"{Global.ProtocolShares[EConfigType.Hysteria2]}{url}{query}{remark}";
|
||||
url = $"{Global.ProtocolShares[EConfigType.Hysteria2]}{url}/{query}{remark}";
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue