From 0275d7ba8363ba4a359af3501cbcbbdeceb2432a Mon Sep 17 00:00:00 2001 From: yulei Date: Sat, 22 Jun 2024 21:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9F=9F=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99=E8=87=B3custom=5Fproxy.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在custom_proxy.yaml文件中,新增了'+.missav.com'的域名规则。 这将使得请求到该域名的流量被代理服务器处理。 --- user-defined-rule/custom_proxy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/user-defined-rule/custom_proxy.yaml b/user-defined-rule/custom_proxy.yaml index 9ee2590..8af4b14 100644 --- a/user-defined-rule/custom_proxy.yaml +++ b/user-defined-rule/custom_proxy.yaml @@ -31,3 +31,4 @@ payload: - '+.dockerproxy.com' - '+.cloudflare.com' - '+.xsijishe.com' + - '+.missav.com'