Merge pull request #4603 from ShiinaRinne/hysteria2_uri

fix https://github.com/2dust/v2rayN/issues/4590
pull/4612/head
2dust 2024-01-10 09:55:51 +08:00 committed by GitHub
commit 720f177d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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