ShiinaRinne 2024-01-09 23:20:30 +08:00
parent 77b20bc562
commit 2b4a043a92

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