hujiarui 6 天之前
父節點
當前提交
edcedaf075
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      toolkit/mihomo_tunnel.py

+ 4 - 0
toolkit/mihomo_tunnel.py

@@ -41,6 +41,10 @@ class MihomoTunnel:
             "log-level": "warning" if self.enable_log else "silent",
             "mixed-port": self.local_port,
             "mode": "rule",
+            "ipv6": False,
+            "dns": {
+                "enable": False
+            },
             "proxies": [],
             "rules": []
         }