From 6897f631d9144deb774a69e8568e57acb76433fe Mon Sep 17 00:00:00 2001 From: yulei Date: Sat, 8 Feb 2025 23:22:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(user-defined-rule):=20=E5=B0=86=20grafana.?= =?UTF-8?q?com=20=E6=B7=BB=E5=8A=A0=E5=88=B0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 custom_proxy.yaml 文件中添加了 '+.grafana.com',以支持对 grafana.com 域名的自定义代理。 --- user-defined-rule/custom_proxy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user-defined-rule/custom_proxy.yaml b/user-defined-rule/custom_proxy.yaml index 660677f..65995b0 100644 --- a/user-defined-rule/custom_proxy.yaml +++ b/user-defined-rule/custom_proxy.yaml @@ -53,3 +53,5 @@ payload: - '+.u9a9x.cc' - '+.7t7a.cc' - '+.2img.org' + - '+.grafana.com' +