mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Reformat
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Netch.Controllers
|
||||
Server = $"127.0.0.1:{Global.Settings.HTTPLocalPort}",
|
||||
Bypass = string.Join(";", ProxyService.LanIp)
|
||||
};
|
||||
|
||||
service.Global();
|
||||
}
|
||||
}
|
||||
@@ -72,6 +73,7 @@ namespace Netch.Controllers
|
||||
service.Bypass = prevBypass;
|
||||
service.Global();
|
||||
}
|
||||
|
||||
if (prevPAC != "")
|
||||
{
|
||||
service.AutoConfigUrl = prevPAC;
|
||||
@@ -89,6 +91,7 @@ namespace Netch.Controllers
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Task.WaitAll(tasks);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user