From 3955a6993177b3f89ac06b36e8f7c08a01411ed9 Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Thu, 27 Aug 2026 20:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/stash/stash=5Fmrs.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/stash/stash_mrs.yaml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) 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]}