mirror of https://github.com/2dust/v2rayN
add sing-box support
parent
2f250c5569
commit
55a8b9085e
|
@ -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<string> { "sing-box-client", "sing-box" },
|
||||
arguments = "-c config.json",
|
||||
coreUrl = Global.sing-boxCoreUrl
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue