add sing-box support

pull/2640/head
chika0801 2022-09-19 22:56:15 +08:00 committed by GitHub
parent 2f250c5569
commit 55a8b9085e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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