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