From a4ade10715e8c4122ae377e76a7c7737df311a61 Mon Sep 17 00:00:00 2001 From: yulei Date: Sun, 25 Aug 2024 17:38:49 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(user-defined-rule):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AF=B9Jellyfin=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在自定义代理规则配置中添加了对Jellyfin域的支持,以允许通过代理访问这些资源。 ``` --- 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 ad0a2d7..7fcfc35 100644 --- a/user-defined-rule/custom_proxy.yaml +++ b/user-defined-rule/custom_proxy.yaml @@ -44,3 +44,4 @@ payload: - '+.fanbox.cc' - '+.hembed.com' - '+.proxmox.com' + - '+.jellyfin.org'