From 657273ea5e1806dbee83d0f2219f8a9f7bf2e932 Mon Sep 17 00:00:00 2001 From: oruke Date: Wed, 29 Apr 2026 14:03:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(clash):=20Tailscale=20=E5=8A=A0=E5=85=A5=20?= =?UTF-8?q?fake-ip-filter=20=E9=98=B2=E6=AD=A2=20DNS=20=E5=8A=AB=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tailscale 域名被 fake-ip 返回假 IP 导致打洞失败, WSL-Home-Tailscale SOCKS5 代理因此 timeout --- clash/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clash/config.yaml b/clash/config.yaml index 71cdd83..ec54fca 100644 --- a/clash/config.yaml +++ b/clash/config.yaml @@ -29,6 +29,11 @@ dns: - time.nist.gov - time.apple.com - time.asia.apple.com + # Tailscale 必须真实 DNS 解析,否则打洞失败 + - '*.tailscale.com' + - '*.ts.net' + - controlplane.tailscale.com + - login.tailscale.com use-hosts: true nameserver: - 1.1.1.1