From c83f011581fddc3d035c46ba6290853a43bbf0d9 Mon Sep 17 00:00:00 2001 From: yulei Date: Sat, 15 Jun 2024 16:58: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=E4=BB=A5=E5=8C=85=E5=90=ABalipay.co?= =?UTF-8?q?m=E7=9A=84=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在custom_direct.yaml中新增了一条规则,用于匹配并拦截来自alipay.com的请求。 此变更将在处理用户请求时生效,帮助阻止潜在的恶意流量。 --- user-defined-rule/custom_direct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/user-defined-rule/custom_direct.yaml b/user-defined-rule/custom_direct.yaml index 12730e6..6cf1e47 100644 --- a/user-defined-rule/custom_direct.yaml +++ b/user-defined-rule/custom_direct.yaml @@ -3,3 +3,4 @@ payload: - '.+akamaihd.net' - '.+yulei.icu' - '.+taobao.com' + - '.+alipay.com' \ No newline at end of file