From d62c0fe9a954a831cb545592994bfca53ace4a85 Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Sun, 30 Aug 2026 17:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20config/stash/stash-config-?= =?UTF-8?q?wiki.MD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/stash/stash-config-wiki.MD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/stash/stash-config-wiki.MD diff --git a/config/stash/stash-config-wiki.MD b/config/stash/stash-config-wiki.MD new file mode 100644 index 0000000..b3c2607 --- /dev/null +++ b/config/stash/stash-config-wiki.MD @@ -0,0 +1,29 @@ +## 分清 4 个容易混淆字段(Stash/mihomo) + +表格 + +| 参数 | 干什么用 | +| --- | --- | +| `default‑nameserver` | 解析 DoH/DoT DNS 服务器自身域名(引导启动)GitHub | +| **`proxy‑server‑nameserver`** | **只解析代理节点 server 域名,直连出站**Stash | +| `nameserver` | 用户正常上网,网站域名的主 DNS | +| `nameserver‑policy` | 指定某些域名 /geosite 强制用某组 DNS | + +proxy‑server‑nameserver + `proxy‑server‑nameserver` 只负责ssr.ee解析代理节点本身的域名, + 不处理日常访问域名解析。 + +nameserver-policy: + '+.ssr.ee': ['system', '223.5.5.5'] + '+.sswiwi.com': ['system', '223.5.5.5'] + '+.oracle.com': ['system', '223.5.5.5'] + 'geosite:apple@cn': ['system', '223.5.5.5'] + 'geosite:cn': ['system', '223.5.5.5'] + 'geosite:apple': ['1.1.1.1', '8.8.8.8'] + 'geosite:geolocation-!cn': ['1.1.1.1', '8.8.8.8'] + 优先级上至下,geosite单独一行,dns不能加#节点,不支持rule-set + +nameserver: ['1.1.1.1#🚀节点选择', '8.8.8.8#🚀节点选择'] 只能在这里加#节点 + +default-nameserver: ['system','223.5.5.5'] dns模块都支持写system +