From 8597d3a5aefd26953d28ac717093153999c4d19c Mon Sep 17 00:00:00 2001 From: yulei Date: Sun, 18 Aug 2024 12:35:23 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(user-defined-rule):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AF=B9Proxmox=E7=9A=84=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E8=A7=84=E5=88=99=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在custom_proxy.yaml文件中添加了'+.proxmox.com'作为新的自定义代理规则,以支持对Proxmox相关域名的代理访问。 ``` --- 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 b2600a4..ad0a2d7 100644 --- a/user-defined-rule/custom_proxy.yaml +++ b/user-defined-rule/custom_proxy.yaml @@ -43,3 +43,4 @@ payload: - '+.freenom.com' - '+.fanbox.cc' - '+.hembed.com' + - '+.proxmox.com'