mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
wtf?
This commit is contained in:
@@ -57,7 +57,7 @@ public static class MainController
|
|||||||
// Start Server Controller to get a local socks5 server
|
// Start Server Controller to get a local socks5 server
|
||||||
Log.Debug("Server Information: {Data}", $"{server.Type} {server.MaskedData()}");
|
Log.Debug("Server Information: {Data}", $"{server.Type} {server.MaskedData()}");
|
||||||
|
|
||||||
ServerController = V2rayController();
|
ServerController = new V2rayController();
|
||||||
Global.MainForm.StatusText(i18N.TranslateFormat("Starting {0}", ServerController.Name));
|
Global.MainForm.StatusText(i18N.TranslateFormat("Starting {0}", ServerController.Name));
|
||||||
|
|
||||||
TryReleaseTcpPort(ServerController.Socks5LocalPort(), "Socks5");
|
TryReleaseTcpPort(ServerController.Socks5LocalPort(), "Socks5");
|
||||||
|
|||||||
Reference in New Issue
Block a user