mirror of
https://github.com/v2board/v2board.git
synced 2025-08-03 05:48:50 +08:00
rules: update rules to fix issues on some websites
clash: Change to more working DOH servers clash, surge, surfboard: Fix wrong direct connection on some websites Fix lineme cannot receive photos
This commit is contained in:
@ -24,9 +24,10 @@ dns:
|
||||
- https://doh.pub/dns-query
|
||||
- https://dns.alidns.com/dns-query
|
||||
fallback:
|
||||
- tls://1.0.0.1:853
|
||||
- https://cloudflare-dns.com/dns-query
|
||||
- https://dns.google/dns-query
|
||||
- https://doh.dns.sb/dns-query
|
||||
- https://dns.cloudflare.com/dns-query
|
||||
- https://dns.twnic.tw/dns-query
|
||||
- tls://8.8.4.4:853
|
||||
fallback-filter:
|
||||
geoip: true
|
||||
ipcidr:
|
||||
@ -84,9 +85,6 @@ rules:
|
||||
# - DOMAIN,e.crashlytics.com,REJECT //注释此选项有助于大多数App开发者分析崩溃信息;如果您拒绝一切崩溃数据统计、搜集,请取消 # 注释。
|
||||
|
||||
# 国内网站
|
||||
- DOMAIN-SUFFIX,cn,DIRECT
|
||||
- DOMAIN-KEYWORD,-cn,DIRECT
|
||||
|
||||
- DOMAIN-SUFFIX,126.com,DIRECT
|
||||
- DOMAIN-SUFFIX,126.net,DIRECT
|
||||
- DOMAIN-SUFFIX,127.net,DIRECT
|
||||
@ -390,6 +388,7 @@ rules:
|
||||
- DOMAIN-SUFFIX,klip.me,$app_name
|
||||
- DOMAIN-SUFFIX,libsyn.com,$app_name
|
||||
- DOMAIN-SUFFIX,linkedin.com,$app_name
|
||||
- DOMAIN-SUFFIX,line-apps.com,$app_name
|
||||
- DOMAIN-SUFFIX,linode.com,$app_name
|
||||
- DOMAIN-SUFFIX,lithium.com,$app_name
|
||||
- DOMAIN-SUFFIX,littlehj.com,$app_name
|
||||
@ -574,6 +573,10 @@ rules:
|
||||
- IP-CIDR,224.0.0.0/4,DIRECT
|
||||
- IP-CIDR6,fe80::/10,DIRECT
|
||||
|
||||
# 剩余未匹配的国内网站
|
||||
- DOMAIN-SUFFIX,cn,DIRECT
|
||||
- DOMAIN-KEYWORD,-cn,DIRECT
|
||||
|
||||
# 最终规则
|
||||
- GEOIP,CN,DIRECT
|
||||
- MATCH,$app_name
|
||||
|
Reference in New Issue
Block a user