Add support for overtls custom configuration

https://github.com/ShadowsocksR-Live/overtls
This commit is contained in:
2dust
2025-02-03 15:43:26 +08:00
parent 2a0012824a
commit e6b27d17e4
3 changed files with 11 additions and 0 deletions

View File

@@ -188,6 +188,15 @@ namespace ServiceLib.Handler
Arguments = " {0}",
Url = Global.BrookCoreUrl,
AbsolutePath = true,
},
new CoreInfo
{
CoreType = ECoreType.overtls,
CoreExes = [ "overtls-bin", "overtls"],
Arguments = "-r client -c {0}",
Url = Global.OvertlsCoreUrl,
AbsolutePath = false,
}
];