From 3b76324b7685096f302e7917f07eb553e2b000cb Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:17:57 +0800 Subject: [PATCH] Feat: remove obsolete cn blocked domains --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 4060cb1..223d3d9 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,6 @@ - **GFWList 域名列表 gfw.txt**: - [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/gfw.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/gfw.txt) - [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/gfw.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/gfw.txt) -- **GreatFire 域名列表 greatfire.txt**: - - [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/greatfire.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/greatfire.txt) - - [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/greatfire.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/greatfire.txt) - **非中国大陆使用的顶级域名列表 tld-not-cn.txt**: - [https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/tld-not-cn.txt](https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/tld-not-cn.txt) - [https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/tld-not-cn.txt](https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/tld-not-cn.txt) @@ -131,13 +128,6 @@ rule-providers: path: ./ruleset/gfw.yaml interval: 86400 - greatfire: - type: http - behavior: domain - url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/greatfire.txt" - path: ./ruleset/greatfire.yaml - interval: 86400 - tld-not-cn: type: http behavior: domain @@ -215,7 +205,6 @@ rules: - RULE-SET,reject,REJECT - RULE-SET,tld-not-cn,PROXY - RULE-SET,gfw,PROXY - - RULE-SET,greatfire,PROXY - RULE-SET,telegramcidr,PROXY - MATCH,DIRECT ``` @@ -224,7 +213,6 @@ rules: - [@Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip) - [@Loyalsoldier/v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat) -- [@Loyalsoldier/cn-blocked-domain](https://github.com/Loyalsoldier/cn-blocked-domain) - [@gfwlist/gfwlist](https://github.com/gfwlist/gfwlist) - [@v2fly/domain-list-community](https://github.com/v2fly/domain-list-community) - [@felixonmars/dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list)