[Netch] WTF

This commit is contained in:
Connection Refused
2021-10-19 02:41:49 +08:00
parent cf21c08600
commit cc69dff5e1
11 changed files with 117 additions and 73 deletions

View File

@@ -12,7 +12,7 @@ namespace Netch.Controllers.Server
{
StartInfo = new ProcessStartInfo()
{
FileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\Shadowsocks.exe"),
FileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\ss-local.exe"),
WorkingDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin"),
CreateNoWindow = true,
UseShellExecute = false,