mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 11:26:54 +00:00
Fix missing hysteria2 arguments (#7673)
This commit is contained in:
parent
ac1231ad54
commit
3f79df21d9
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ public sealed class CoreInfoHandler
|
|||
{
|
||||
CoreType = ECoreType.hysteria,
|
||||
CoreExes = ["hysteria"],
|
||||
Arguments = "",
|
||||
Arguments = "-c {0}",
|
||||
Url = GetCoreUrl(ECoreType.hysteria),
|
||||
},
|
||||
|
||||
|
@ -180,7 +180,7 @@ public sealed class CoreInfoHandler
|
|||
{
|
||||
CoreType = ECoreType.hysteria2,
|
||||
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
|
||||
Arguments = "",
|
||||
Arguments = "-c {0}",
|
||||
Url = GetCoreUrl(ECoreType.hysteria2),
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue