mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-01 20:58:50 +00:00
This commit is contained in:
parent
77b20bc562
commit
2b4a043a92
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue