cksl 4 ヶ月 前
コミット
39930c06ab
1 ファイル変更2 行追加2 行削除
  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'],
       ),