This commit is contained in:
Hellojack
2022-06-06 22:30:58 +08:00
committed by GitHub
parent bfc5d9dafb
commit d3b3759f48

View File

@@ -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");