From 8c2cd35d2b6e403748a901c2f0c3cf1f41994d3b Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Wed, 19 Jun 2024 14:32:07 +0000 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=20sing-box=20v1.9.0=20?= =?UTF-8?q?=E7=9A=84=20domain=5Fsuffix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sing-box 1.9.0 修改了 domain_suffix 的行为:如果规则值以 . 为前缀则行为不变,否则改为匹配 (domain|.+\.domain)。 --- rule-site-direct.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rule-site-direct.json b/rule-site-direct.json index 03fb841..6c037b6 100644 --- a/rule-site-direct.json +++ b/rule-site-direct.json @@ -3,12 +3,12 @@ "rules": [ { "domain": [ - "js.design" + "" ], "domain_suffix": [ - ".js.design", - ".vdtuzv.com", - ".boso.ltd" + "js.design", + "vdtuzv.com", + "boso.ltd" ] } ]