diff --git a/v2rayN/v2rayN/Handler/LazyConfig.cs b/v2rayN/v2rayN/Handler/LazyConfig.cs index b26f9dea..2c42d0c8 100644 --- a/v2rayN/v2rayN/Handler/LazyConfig.cs +++ b/v2rayN/v2rayN/Handler/LazyConfig.cs @@ -181,6 +181,14 @@ namespace v2rayN.Handler arguments = "-c config.json", coreUrl = Global.tuicCoreUrl }); + + coreInfos.Add(new CoreInfo + { + coreType = ECoreType.sing-box, + coreExes = new List { "sing-box-client", "sing-box" }, + arguments = "-c config.json", + coreUrl = Global.sing-boxCoreUrl + }); } }