diff --git a/v2rayN/v2rayN/Handler/LazyConfig.cs b/v2rayN/v2rayN/Handler/LazyConfig.cs index 1bf629f1..08f416c0 100644 --- a/v2rayN/v2rayN/Handler/LazyConfig.cs +++ b/v2rayN/v2rayN/Handler/LazyConfig.cs @@ -353,8 +353,16 @@ namespace v2rayN.Handler match = "sing-box", versionArg = "version", }); + + coreInfos.Add(new CoreInfo + { + coreType = ECoreType.juicity, + coreExes = new List { "juicity-client", "juicity" }, + arguments = "-c config.json", + coreUrl = Global.juicityCoreUrl + }); } #endregion Core Type } -} \ No newline at end of file +}