Skip to content

Commit

Permalink
Merge pull request #4603 from ShiinaRinne/hysteria2_uri
Browse files Browse the repository at this point in the history
fix #4590
  • Loading branch information
2dust authored Jan 10, 2024
2 parents 77b20bc + 2b4a043 commit 720f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Handler/ShareHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private static string ShareHysteria2(ProfileItem item)
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;
}

Expand Down

0 comments on commit 720f177

Please sign in to comment.