alroyso 1 سال پیش
والد
کامیت
5e3921a5e2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/app/controller/core.dart

+ 2 - 2
lib/app/controller/core.dart

@@ -53,8 +53,8 @@ class CoreController extends GetxController {
     final socksPort = mixedPort ?? config.value.socksPort;
     return SystemProxyConfig(
       http: httpPort == 0 ? null : '127.0.0.1:$httpPort',
-      //https: httpsPort == 0 ? null : '127.0.0.1:$httpsPort',
-     // socks: socksPort == 0 ? null : '127.0.0.1:$socksPort',
+      https: httpsPort == 0 ? null : '127.0.0.1:$httpsPort',
+     socks: socksPort == 0 ? null : '127.0.0.1:$socksPort',
     );
   }