修正 juicity 启动参数少了 run
它的客户端启动参数是 ./juicity-client run -c config.json https://github.com/juicity/juicity/blob/main/cmd/client/README.md#run
This commit is contained in:
@@ -358,7 +358,7 @@ namespace v2rayN.Handler
|
||||
{
|
||||
coreType = ECoreType.juicity,
|
||||
coreExes = new List<string> { "juicity-client", "juicity" },
|
||||
arguments = "-c config.json",
|
||||
arguments = "run -c config.json",
|
||||
coreUrl = Global.juicityCoreUrl
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user