diff --git a/config/stash/stash_mrs.yaml b/config/stash/stash_mrs.yaml index 730cda5..8a0d684 100644 --- a/config/stash/stash_mrs.yaml +++ b/config/stash/stash_mrs.yaml @@ -65,27 +65,23 @@ dns: use-hosts: true use-system-hosts: true - default-nameserver: # 解析非IP的dns用的dns服务器,只支持纯IP,(Meta可为其加密) - - 223.5.5.5 - - 119.29.29.29 - nameserver: # 默认DNS服务器,支持udp/tcp/dot/doh/doq - - https://1.1.1.1/dns-query - - https://8.8.8.8/dns-query + default-nameserver: [116.228.111.118, 223.5.5.5] + nameserver: [1.1.1.1, 8.8.8.8] nameserver-policy: - 'geosite:cn,apple,private': - - https://223.5.5.5/dns-query - - https://doh.pub/dns-query - 'geosite:geolocation-!cn,google,category-ai-!cn': - - https://1.1.1.1/dns-query#Google - - https://8.8.8.8/dns-query#Google + 'geosite:cn': + - 116.228.111.118 + - 223.5.5.5 + 'geosite:geolocation-!cn': [1.1.1.1, 8.8.8.8] + 'geosite:google': [1.1.1.1, 8.8.8.8] + 'geosite:category-ai-!cn': [1.1.1.1, 8.8.8.8] proxy-server-nameserver: - 223.5.5.5 - 119.29.29.29 - # 本地服务器 proxies: -- {name: "🟢 直连", type: direct, udp: true} +- {name: "🟢 直连", type: direct, udp: true, ip-version: ipv4} + # 订阅引用相关 u: &u {type: select, use: [Salem]}