diff options
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 | 
