From 4c9378f04a496939eef3cab032e58a64f16927ac Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 1 Jul 2025 21:22:35 +0800 Subject: magic: gen and put in www. --- store/config/mihomo/config.yaml | 15 +++------------ store/config/mihomo/need-rule | 4 ---- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 store/config/mihomo/need-rule (limited to 'store') diff --git a/store/config/mihomo/config.yaml b/store/config/mihomo/config.yaml index c455409..bac2ac6 100644 --- a/store/config/mihomo/config.yaml +++ b/store/config/mihomo/config.yaml @@ -50,19 +50,19 @@ sniffer: rule-providers: cn: type: file - path: has-rule + path: has-rule.txt behavior: classical format: text non-cn: type: file - path: not-has-rule + path: not-has-rule.txt behavior: classical format: text need: type: file - path: need-rule + path: need-rule.txt behavior: classical format: text @@ -71,15 +71,6 @@ rules: - RULE-SET,non-cn,node-select - RULE-SET,need,node-select # - NOT,((GEOIP,CN)),node-select - - DOMAIN-SUFFIX,gnu.org,node-select - - DOMAIN-SUFFIX,nongnu.org,node-select - - DOMAIN-SUFFIX,ietf.org,node-select - - DOMAIN-SUFFIX,metacubex.one,node-select - - DOMAIN-SUFFIX,winehq.org,node-select - - DOMAIN-SUFFIX,freedesktop.org,node-select - - DOMAIN-SUFFIX,eff.org,node-select - - DOMAIN-SUFFIX,typescriptlang.org,node-select - - DOMAIN-SUFFIX,arxiv.org,node-select # - MATCH,node-select - MATCH,DIRECT diff --git a/store/config/mihomo/need-rule b/store/config/mihomo/need-rule deleted file mode 100644 index 7ffcf49..0000000 --- a/store/config/mihomo/need-rule +++ /dev/null @@ -1,4 +0,0 @@ -IP-CIDR,185.199.108.153/32 -IP-CIDR,185.199.109.153/32 -IP-CIDR,185.199.110.153/32 -IP-CIDR,185.199.111.153/32 \ No newline at end of file -- cgit v1.2.3