mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Adjust hysteria core run arguments
https://github.com/2dust/v2rayN/issues/6635
This commit is contained in:
parent
a8eba93ffd
commit
7e6482fdff
1 changed files with 3 additions and 3 deletions
|
@ -129,8 +129,8 @@ namespace ServiceLib.Handler
|
||||||
new CoreInfo
|
new CoreInfo
|
||||||
{
|
{
|
||||||
CoreType = ECoreType.hysteria,
|
CoreType = ECoreType.hysteria,
|
||||||
CoreExes = ["hysteria-windows-amd64", "hysteria"],
|
CoreExes = ["hysteria"],
|
||||||
Arguments = "-c {0}",
|
Arguments = "",
|
||||||
Url = GetCoreUrl(ECoreType.hysteria),
|
Url = GetCoreUrl(ECoreType.hysteria),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ namespace ServiceLib.Handler
|
||||||
{
|
{
|
||||||
CoreType = ECoreType.hysteria2,
|
CoreType = ECoreType.hysteria2,
|
||||||
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
|
CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"],
|
||||||
Arguments = "-c {0}",
|
Arguments = "",
|
||||||
Url = GetCoreUrl(ECoreType.hysteria2),
|
Url = GetCoreUrl(ECoreType.hysteria2),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue