cksl 4 months ago
parent
commit
39930c06ab
1 changed files with 2 additions and 2 deletions
  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'],
       ),