From e775fe1ce09c65105591f403d3909fd38c8caecb Mon Sep 17 00:00:00 2001 From: Stille Date: Sun, 19 Dec 2021 15:06:45 +0800 Subject: [PATCH] optimize openclash rulesets and groups --- ClashSample.yaml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/ClashSample.yaml b/ClashSample.yaml index 52ba2a3..df968df 100644 --- a/ClashSample.yaml +++ b/ClashSample.yaml @@ -290,6 +290,16 @@ proxy-providers: interval: 600 url: http://www.gstatic.com/generate_204 + GuGuEX: + type: http + url: "" + interval: 3600 + path: ./Proxy/GuGuEX.yaml # 注意此处文件名不可相同 + health-check: + enable: true + interval: 600 + url: http://www.gstatic.com/generate_204 + Dler: type: http url: "" @@ -332,8 +342,8 @@ proxy-groups: - name: "PROXY" type: select # 亦可使用 fallback 或 load-balance use: - - Amy - CNIX + - GuGuEX - Dler # YouTube 服务 @@ -422,6 +432,13 @@ proxy-groups: - PROXY - REJECT + # 最终策略 + - name: "漏网之鱼" + type: select + proxies: + - DIRECT + - PROXY + # 关于 Rule Provider 请查阅:https://lancellc.gitbook.io/clash/clash-config-file/rule-provider rule-providers: @@ -601,4 +618,5 @@ rules: # GeoIP China #- GEOIP,CN,DIRECT - - MATCH,PROXY \ No newline at end of file + # - MATCH,PROXY + - MATCH,漏网之鱼 \ No newline at end of file