mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 10:19:45 +05:00
add sing-box support
This commit is contained in:
@@ -181,6 +181,14 @@ namespace v2rayN.Handler
|
|||||||
arguments = "-c config.json",
|
arguments = "-c config.json",
|
||||||
coreUrl = Global.tuicCoreUrl
|
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
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user