From 0cf3356c8acd87aa17af8600c8f7afef1c9fdbf7 Mon Sep 17 00:00:00 2001 From: oruke Date: Tue, 7 Apr 2026 02:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20DLsite=20=E8=A7=84?= =?UTF-8?q?=E5=88=99=E8=87=B3=20clash=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clash/config.yaml | 16 ++++++++++++++++ clash/ruleset/dlsite.yaml | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 clash/ruleset/dlsite.yaml diff --git a/clash/config.yaml b/clash/config.yaml index dc390c6..40bd035 100644 --- a/clash/config.yaml +++ b/clash/config.yaml @@ -117,6 +117,15 @@ proxy-groups: proxies: - 大流量 - PROXY + - name: "DLsite" + type: select + use: + - self-proxies + - byWave + - liangyuandian + proxies: + - 大流量 + - PROXY - name: "Exhentai" type: select use: @@ -354,6 +363,12 @@ rule-providers: url: http://192.168.51.11:3000/oruke/resources/raw/branch/main/clash/ruleset/exhentai.yaml path: ./ruleset/exhentai.yaml + dlsite-custom: + type: http + behavior: classical + url: http://192.168.51.11:3000/oruke/resources/raw/branch/main/clash/ruleset/dlsite.yaml + path: ./ruleset/dlsite.yaml + pt-custom: type: http behavior: classical @@ -417,6 +432,7 @@ rules: # 高优先级 - RULE-SET,youtube,YouTube + - RULE-SET,dlsite-custom,DLsite - RULE-SET,exhentai-custom,Exhentai # 大流量服务 diff --git a/clash/ruleset/dlsite.yaml b/clash/ruleset/dlsite.yaml new file mode 100644 index 0000000..8a099b8 --- /dev/null +++ b/clash/ruleset/dlsite.yaml @@ -0,0 +1,5 @@ +payload: + # DLsite + - DOMAIN-SUFFIX,dlsite.com + - DOMAIN-SUFFIX,dlsite.jp + - DOMAIN-SUFFIX,img.dlsite.jp \ No newline at end of file