Skip to content

Commit 879fc70

Browse files
committed
适配新版 mihomo Meta 版内核
1 parent 605ed3f commit 879fc70

9 files changed

Lines changed: 6 additions & 11 deletions

_posts/2024-08-21-dnsbypass-mihomo-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [Clash, mihomo, 进阶, DNS, DNS 分流]
1010
{: .prompt-tip }
1111
1. 使用 [ShellCrash](https://github.com/juewuy/ShellCrash) 搭配 [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) 并将 AdGuard Home 作为上游时不要使用该方法
1212
2. 本教程以 ShellCrash 为例,其它客户端亦可参考
13-
3. 本教程搭载 [mihomo 内核 Alpha](https://github.com/MetaCubeX/mihomo/tree/Alpha)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
13+
3. 本教程搭载 [mihomo 内核 Meta](https://github.com/MetaCubeX/mihomo/tree/Meta)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
1414
4. DNS 分流简单来说就是**指定国内域名走国内 DNS 解析,国外域名走 `fake-ip`**。未知域名走 `real-ip`(在匹配 `rules.GEOIP:cn` 规则时会由国内 DNS 解析,解析出 IP 在国内则走 `🀄️ 直连 IP` 规则,否则走 `🐟 漏网之鱼` 规则)
1515
5. 部分用户觉得未知域名处理方式会导致 DNS 泄露,可参考《[搭载 mihomo 内核配置 DNS 不泄露教程-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/dnsnoleaks-mihomo-geodata)
1616

_posts/2024-08-21-dnsbypass-mihomo-ruleset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [Clash, mihomo, 进阶, DNS, DNS 分流]
1010
{: .prompt-tip }
1111
1. 使用 [ShellCrash](https://github.com/juewuy/ShellCrash) 搭配 [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) 并将 AdGuard Home 作为上游时不要使用该方法
1212
2. 本教程以 ShellCrash 为例,其它客户端亦可参考
13-
3. 本教程搭载 [mihomo 内核 Alpha](https://github.com/MetaCubeX/mihomo/tree/Alpha)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
13+
3. 本教程搭载 [mihomo 内核 Meta](https://github.com/MetaCubeX/mihomo/tree/Meta)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
1414
4. DNS 分流简单来说就是**指定国内域名走国内 DNS 解析,国外域名走 `fake-ip`**。未知域名走 `real-ip`(在匹配 `rules.RULE-SET:cnip` 规则时会由国内 DNS 解析,解析出 IP 在国内则走 `🀄️ 直连 IP` 规则,否则走 `🐟 漏网之鱼` 规则)
1515
5. 部分用户觉得未知域名处理方式会导致 DNS 泄露,可参考《[搭载 mihomo 内核配置 DNS 不泄露教程-ruleset 方案](https://proxy-tutorials.dustinwin.us.kg/posts/dnsnoleaks-mihomo-ruleset)
1616

_posts/2024-08-21-dnsnoleaks-mihomo-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [Clash, mihomo, 进阶, DNS, DNS 泄露]
1010
{: .prompt-tip }
1111
1. 此方案彻底防止了 DNS 泄露(未知域名在匹配 `rules.GEOIP:cn` 规则时会走国外 DNS 解析且配置 `ecs`,解析出 IP 在国内则走 `🀄️ 直连 IP` 规则,否则走 `🐟 漏网之鱼` 规则),兼容性高,可放心使用
1212
2. 本教程以 [ShellCrash](https://github.com/juewuy/ShellCrash) 为例,其它客户端亦可参考
13-
3. 本教程搭载 [mihomo 内核 Alpha](https://github.com/MetaCubeX/mihomo/tree/Alpha)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
13+
3. 本教程搭载 [mihomo 内核 Meta](https://github.com/MetaCubeX/mihomo/tree/Meta)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
1414
4. 可进入 <https://ipleak.net> 测试 DNS 是否泄露,“DNS Addresses” 栏目下没有中国国旗(因 `ipleak.net` 属未知域名,默认走 `🐟 漏网之鱼` 规则),即代表 DNS 没有发生泄露
1515

1616
## 一、 导入路由规则文件

_posts/2024-08-21-dnsnoleaks-mihomo-ruleset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [Clash, mihomo, 进阶, DNS, DNS 泄露]
1010
{: .prompt-tip }
1111
1. 此方案彻底防止了 DNS 泄露(未知域名在匹配 `rules.RULE-SET:cnip` 规则时会走国外 DNS 解析且配置 `ecs`,解析出 IP 在国内则走 `🀄️ 直连 IP` 规则,否则走 `🐟 漏网之鱼` 规则),兼容性高,可放心使用
1212
2. 本教程以 [ShellCrash](https://github.com/juewuy/ShellCrash) 为例,其它客户端亦可参考
13-
3. 本教程搭载 [mihomo 内核 Alpha](https://github.com/MetaCubeX/mihomo/tree/Alpha)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
13+
3. 本教程搭载 [mihomo 内核 Meta](https://github.com/MetaCubeX/mihomo/tree/Meta)(导入内核方法可参考《[ShellCrash 和 AdGuard Home 快速安装教程/导入 mihomo 内核 或 sing-box 内核](https://proxy-tutorials.dustinwin.us.kg/posts/pin-toolsinstall/#%E4%BA%8C-%E5%AF%BC%E5%85%A5-mihomo-%E5%86%85%E6%A0%B8-%E6%88%96-sing-box-%E5%86%85%E6%A0%B8)》)
1414
4. 可进入 <https://ipleak.net> 测试 DNS 是否泄露,“DNS Addresses” 栏目下没有中国国旗(因 `ipleak.net` 属未知域名,默认走 `🐟 漏网之鱼` 规则),即代表 DNS 没有发生泄露
1515

1616
## 一、 导入规则集合文件

_posts/2024-08-21-share-android-mihomo-ruleset.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ mixed-port: 7890
4444
unified-delay: true
4545
tcp-concurrent: true
4646
external-controller: 127.0.0.1:9999
47-
global-client-fingerprint: chrome
4847
profile: {store-selected: true, store-fake-ip: true}
4948

5049
sniffer:

_posts/2024-08-21-share-shellcrash-mihomo-geodata.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ allow-lan: true
165165
unified-delay: true
166166
tcp-concurrent: true
167167
external-ui-url: "https://github.com/Zephyruso/zashboard/archive/gh-pages-cdn-fonts.zip"
168-
global-client-fingerprint: chrome
169168
profile: {store-selected: true, store-fake-ip: true}
170169
171170
geodata-mode: true

_posts/2024-08-21-share-shellcrash-mihomo-ruleset.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ allow-lan: true
264264
unified-delay: true
265265
tcp-concurrent: true
266266
external-ui-url: "https://github.com/Zephyruso/zashboard/archive/gh-pages-cdn-fonts.zip"
267-
global-client-fingerprint: chrome
268267
profile: {store-selected: true, store-fake-ip: true}
269268
270269
hosts:

_posts/2024-08-21-share-shellcrashadguardhome-mihomo-ruleset.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ proxy-groups:
250250
连接 SSH 后执行如下命令:
251251

252252
```shell
253-
curl -o /tmp/CrashCore.upx -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/mihomo/mihomo-alpha-linux-armv8.upx
253+
curl -o /tmp/CrashCore.upx -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/mihomo/mihomo-meta-linux-armv8.upx
254254
mkdir -p $CRASHDIR/ui/
255255
curl -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/Dashboard/zashboard.tar.gz | tar -zx -C $CRASHDIR/ui/
256256
curl -o $CRASHDIR/cn_ip.txt -L https://cdn.jsdelivr.net/gh/DustinWin/geoip@ips/cn_ipv4.txt
@@ -274,7 +274,6 @@ allow-lan: true
274274
unified-delay: true
275275
tcp-concurrent: true
276276
external-ui-url: "https://github.com/Zephyruso/zashboard/archive/gh-pages-cdn-fonts.zip"
277-
global-client-fingerprint: chrome
278277
profile: {store-selected: true, store-fake-ip: true}
279278
280279
hosts:
@@ -352,7 +351,7 @@ dns:
352351
1. 连接 SSH 后执行命令 `vi $CRASHDIR/task/task.user`,按一下 Ins 键(Insert 键),粘贴如下内容:
353352

354353
```shell
355-
201#curl -o $CRASHDIR/CrashCore.upx -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/mihomo/mihomo-alpha-linux-armv8.upx >/dev/null 2>&1#更新mihomo内核
354+
201#curl -o $CRASHDIR/CrashCore.upx -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/mihomo/mihomo-meta-linux-armv8.upx >/dev/null 2>&1#更新mihomo内核
356355
202#curl -o $CRASHDIR/cn_ip.txt -L https://ghfast.top/https://github.com/DustinWin/geoip/releases/download/ips/cn_ipv4.txt && curl -o $CRASHDIR/cn_ipv6.txt -L https://ghfast.top/https://github.com/DustinWin/geoip/releases/download/ips/cn_ipv6.txt >/dev/null 2>&1#更新CN_IP文件
357356
203#curl -o /data/AdGuardHome/AdGuardHome -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/AdGuardHome/AdGuardHome_beta_linux_armv8 >/dev/null 2>&1#更新AdGuardHome
358357
```

_posts/2024-12-04-share-windows-mihomo-ruleset.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ tcp-concurrent: true
4747
external-controller: 127.0.0.1:9999
4848
external-ui: ui
4949
external-ui-url: "https://github.com/Zephyruso/zashboard/archive/gh-pages.zip"
50-
global-client-fingerprint: chrome
5150
profile: {store-selected: true, store-fake-ip: true}
5251

5352
sniffer:

0 commit comments

Comments
 (0)