Merge pull request #4603 from ShiinaRinne/hysteria2_uri

fix https://github.com/2dust/v2rayN/issues/4590
This commit is contained in:
2dust
2024-01-10 09:55:51 +08:00
committed by GitHub

View File

@@ -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;
}