alroyso 1 year ago
parent
commit
1c6297cbc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/app/controller/config.dart

+ 1 - 1
lib/app/controller/config.dart

@@ -119,7 +119,7 @@ rules:
     // if( Files.makeProxyConfig.existsSync()){
     //   Files.makeProxyConfig.deleteSync(recursive: true);
     // }
-    await portDetection();
+    //await portDetection();
     var stack = "system";
     if( Platform.isWindows){
       stack = "gvisor";