add juicity

pull/4141/head
chika0801 2023-07-30 16:36:48 +08:00 committed by GitHub
parent ae45b1ef44
commit 4aeec1caa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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
}
}
}