From 8fc423b6ec3d1803896f245b818a9df1f8464098 Mon Sep 17 00:00:00 2001 From: yulei Date: Mon, 17 Jun 2024 22:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=A7=84=E5=88=99=EF=BC=8C=E4=B8=BA=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=BC=80=E4=BB=A5?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E5=8C=B9=E9=85=8D=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在custom_proxy.yaml中,为多个域名添加了正则表达式前缀'+',以增强规则的匹配性。 例如,将'hsex.men'改为'+.hsex.men',这样可以更准确地匹配以'.hsex.men'结尾的URL。 此变更提升了规则的精准度和拦截的有效性。 --- user-defined-rule/custom_proxy.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/user-defined-rule/custom_proxy.yaml b/user-defined-rule/custom_proxy.yaml index 70c76d6..7a9515a 100644 --- a/user-defined-rule/custom_proxy.yaml +++ b/user-defined-rule/custom_proxy.yaml @@ -1,19 +1,19 @@ payload: - - 'hsex.men' - - 'hanime1.me' - - 'jable.tv' - - 'xchina.co' - - 'python.org' - - 'xchina.co' + - '+.hsex.men' + - '+.hanime1.me' + - '+.jable.tv' + - '+.xchina.co' + - '+.python.org' + - '+.xchina.co' - '+.bigcloud.cyou' - - 'madouqu12.cc' - - 'sehuatang.net' - - 'jinkela.one' - - 'hsex.men' - - 'hsex.tv' - - 'mikanani.me' + - '+.madouqu12.cc' + - '+.sehuatang.net' + - '+.jinkela.one' + - '+.hsex.men' + - '+.hsex.tv' + - '+.mikanani.me' - '+.bigcloud.click' - - 'madouqu.com' + - '+.madouqu.com' - '+.bing.com' - '+.themoviedb.org' - '+.tmdb.org'