From 5cabec86e7acc9fc478b987f2991ccd0d957589d Mon Sep 17 00:00:00 2001 From: chika0801 <88967758+chika0801@users.noreply.github.com> Date: Sun, 30 Jul 2023 21:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20juicity=20=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=8F=82=E6=95=B0=E5=B0=91=E4=BA=86=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 它的客户端启动参数是 ./juicity-client run -c config.json https://github.com/juicity/juicity/blob/main/cmd/client/README.md#run --- v2rayN/v2rayN/Handler/LazyConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Handler/LazyConfig.cs b/v2rayN/v2rayN/Handler/LazyConfig.cs index 08f416c0..3d2d9c23 100644 --- a/v2rayN/v2rayN/Handler/LazyConfig.cs +++ b/v2rayN/v2rayN/Handler/LazyConfig.cs @@ -358,7 +358,7 @@ namespace v2rayN.Handler { coreType = ECoreType.juicity, coreExes = new List { "juicity-client", "juicity" }, - arguments = "-c config.json", + arguments = "run -c config.json", coreUrl = Global.juicityCoreUrl }); }