diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-07-01 21:22:35 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-07-01 21:22:35 +0800 |
commit | 4c9378f04a496939eef3cab032e58a64f16927ac (patch) | |
tree | 5ad1a62e7111ca5726ac0e60321d3ba5d6a1da97 /store | |
parent | f4d60fb87f9c6d86a584eba11e6a3d17479af201 (diff) | |
download | crupest-4c9378f04a496939eef3cab032e58a64f16927ac.tar.gz crupest-4c9378f04a496939eef3cab032e58a64f16927ac.tar.bz2 crupest-4c9378f04a496939eef3cab032e58a64f16927ac.zip |
magic: gen and put in www.
Diffstat (limited to 'store')
-rw-r--r-- | store/config/mihomo/config.yaml | 15 | ||||
-rw-r--r-- | store/config/mihomo/need-rule | 4 |
2 files changed, 3 insertions, 16 deletions
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 |