From 53ddc0d352eba8517c8af51752a62139f329146e Mon Sep 17 00:00:00 2001 From: cmliu Date: Wed, 28 Jan 2026 04:13:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0Clash=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=83=AD=E8=A1=A5?= =?UTF-8?q?=E4=B8=81=EF=BC=8C=E4=BC=98=E5=8C=96=E5=9F=9F=E5=90=8D=E5=92=8C?= =?UTF-8?q?IPCIDR=E9=85=8D=E7=BD=AE=E4=BB=A5=E6=94=AF=E6=8C=81=E6=9B=B4?= =?UTF-8?q?=E7=81=B5=E6=B4=BB=E7=9A=84=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _worker.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index ba2d014..7b1824c 100644 --- a/_worker.js +++ b/_worker.js @@ -803,11 +803,15 @@ function Clash订阅配置文件热补丁(Clash_原始订阅内容, uuid = null, - 208.67.220.220 fallback-filter: geoip: true - domain: [+.google.com, +.facebook.com, +.youtube.com] + geoip-code: CN ipcidr: - 240.0.0.0/4 + - 127.0.0.1/32 - 0.0.0.0/32 - geoip-code: CN + domain: + - '+.google.com' + - '+.facebook.com' + - '+.youtube.com' `; // 检查是否存在 dns: 字段(可能在任意行,行首无缩进)