mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +00:00
add juicity
This commit is contained in:
parent
ae45b1ef44
commit
4aeec1caa1
1 changed files with 9 additions and 1 deletions
|
@ -353,6 +353,14 @@ namespace v2rayN.Handler
|
|||
match = "sing-box",
|
||||
versionArg = "version",
|
||||
});
|
||||
|
||||
coreInfos.Add(new CoreInfo
|
||||
{
|
||||
coreType = ECoreType.juicity,
|
||||
coreExes = new List<string> { "juicity-client", "juicity" },
|
||||
arguments = "-c config.json",
|
||||
coreUrl = Global.juicityCoreUrl
|
||||
});
|
||||
}
|
||||
|
||||
#endregion Core Type
|
||||
|
|
Loading…
Reference in a new issue