mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +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
|
||||
Log.Debug("Server Information: {Data}", $"{server.Type} {server.MaskedData()}");
|
||||
|
||||
ServerController = V2rayController();
|
||||
ServerController = new V2rayController();
|
||||
Global.MainForm.StatusText(i18N.TranslateFormat("Starting {0}", ServerController.Name));
|
||||
|
||||
TryReleaseTcpPort(ServerController.Socks5LocalPort(), "Socks5");
|
||||
|
||||
Reference in New Issue
Block a user