cksl hace 4 meses
padre
commit
39930c06ab
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/app/clash/service/clash_service.dart

+ 2 - 2
lib/app/clash/service/clash_service.dart

@@ -263,9 +263,9 @@ class ClashService extends GetxController {
       ),
       tun:  Tun(
         enable: controllers.global.routeModesSelect.value == "tun" ? true:false,
-        stack: 'system',
+        stack: 'gvisor',
         autoRoute: true,
-        autoRedirect: true,
+        autoRedirect: false,
         autoDetectInterface: true,
         dnsHijack: ['any:53'],
       ),