mirror of https://github.com/2dust/v2rayN
add juicity
parent
ae45b1ef44
commit
4aeec1caa1
|
@ -353,8 +353,16 @@ 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 New Issue