Skip to content

Commit 531cca8

Browse files
committed
新增手动选择节点;修改一些过时文案
1 parent 942a0f2 commit 531cca8

16 files changed

Lines changed: 72 additions & 53 deletions

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ proxies:
9090
## 策略组
9191
proxy-groups:
9292
# 手动选择国家或地区节点;根据“国家或地区策略组”名称对 `proxies` 值进行增删改,须一一对应
93-
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
93+
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 👉 手动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
9494
# 选择`🎯 全球直连`为测试本地网络(运营商网络速度和 IPv6 支持情况),可选择其它节点用于测试机场节点速度和 IPv6 支持情况
9595
- {name: 📈 网络测试, type: select, proxies: [🎯 全球直连, 🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
9696
- {name: 🤖 AI 平台, type: select, proxies: [🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点]}
@@ -121,10 +121,11 @@ proxy-groups:
121121
- {name: 🇹🇼 台湾节点, type: fallback, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)"}
122122
# 节点负载均衡,即将请求均匀分配到多个节点上,优点是更稳定,速度可能有提升;将相同的目标地址请求分配给该策略组内的同一个节点;推荐在节点复用比较多的情况下使用
123123
- {name: 🇯🇵 日本节点, type: load-balance, strategy: consistent-hashing, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇯🇵|日|jp|japan)"}
124-
# 可使用 `include-all-providers: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有代理集合
125-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
124+
# 可使用 `include-all: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有出站代理以及代理集合
125+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
126126
- {name: 🇺🇸 美国节点, type: url-test, tolerance: 100, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)"}
127-
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all-providers: true}
127+
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all: true}
128+
- {name: 👉 手动选择, type: select, include-all: true}
128129

129130
# 规则
130131
rules:
@@ -216,7 +217,7 @@ proxies:
216217
# 策略组
217218
proxy-groups:
218219
# 手动选择国家或地区节点;根据“国家或地区策略组”名称对 `proxies` 值进行增删改,须一一对应
219-
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
220+
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 👉 手动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
220221
# 选择`🎯 全球直连`为测试本地网络(运营商网络速度和 IPv6 支持情况),可选择其它节点用于测试机场节点速度和 IPv6 支持情况
221222
- {name: 📈 网络测试, type: select, proxies: [🎯 全球直连, 🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
222223
- {name: 🤖 AI 平台, type: select, proxies: [🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点]}
@@ -240,10 +241,11 @@ proxy-groups:
240241
- {name: 🇹🇼 台湾节点, type: fallback, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)"}
241242
# 节点负载均衡,即将请求均匀分配到多个节点上,优点是更稳定,速度可能有提升;将相同的目标地址请求分配给该策略组内的同一个节点;推荐在节点复用比较多的情况下使用
242243
- {name: 🇯🇵 日本节点, type: load-balance, strategy: consistent-hashing, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇯🇵|日|jp|japan)"}
243-
# 可使用 `include-all-providers: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有代理集合
244-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
244+
# 可使用 `include-all: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有出站代理以及代理集合
245+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
245246
- {name: 🇺🇸 美国节点, type: url-test, tolerance: 100, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)"}
246-
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all-providers: true}
247+
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all: true}
248+
- {name: 👉 手动选择, type: select, include-all: true}
247249

248250
# 规则
249251
rules:
@@ -288,7 +290,7 @@ proxy-groups:
288290
- {name: 🌍 国外媒体, type: select, proxies: [🇸🇬 新加坡节点]}
289291
290292
# 自动选择延迟最低的新加坡节点;容差大于 50ms 才会切换到延迟低的那个节点
291-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
293+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
292294
293295
# 规则
294296
rules:

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ proxies:
9090
# 策略组
9191
proxy-groups:
9292
# 手动选择国家或地区节点;根据“国家或地区策略组”名称对 `proxies` 值进行增删改,须一一对应
93-
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
93+
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 👉 手动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
9494
# 选择`🎯 全球直连`为测试本地网络(运营商网络速度和 IPv6 支持情况),可选择其它节点用于测试机场节点速度和 IPv6 支持情况
9595
- {name: 📈 网络测试, type: select, proxies: [🎯 全球直连, 🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
9696
- {name: 🤖 AI 平台, type: select, proxies: [🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点]}
@@ -122,10 +122,11 @@ proxy-groups:
122122
- {name: 🇹🇼 台湾节点, type: fallback, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)"}
123123
# 节点负载均衡,即将请求均匀分配到多个节点上,优点是更稳定,速度可能有提升;将相同顶级域名的请求分配给策略组内的同一个代理节点;推荐在节点复用比较多的情况下使用
124124
- {name: 🇯🇵 日本节点, type: load-balance, strategy: consistent-hashing, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇯🇵|日|jp|japan)"}
125-
# 可使用 `include-all-providers: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有代理集合
126-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
125+
# 可使用 `include-all: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有出站代理以及代理集合
126+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
127127
- {name: 🇺🇸 美国节点, type: url-test, tolerance: 100, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)"}
128-
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all-providers: true}
128+
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all: true}
129+
- {name: 👉 手动选择, type: select, include-all: true}
129130

130131
# 规则集(yaml 文件每天自动更新)
131132
rule-providers:
@@ -374,7 +375,7 @@ proxies:
374375
# 策略组
375376
proxy-groups:
376377
# 手动选择国家或地区节点;根据“国家或地区策略组”名称对 `proxies` 值进行增删改,须一一对应
377-
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
378+
- {name: 🚀 节点选择, type: select, proxies: [♻️ 自动选择, 👉 手动选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
378379
# 选择`🎯 全球直连`为测试本地网络(运营商网络速度和 IPv6 支持情况),可选择其它节点用于测试机场节点速度和 IPv6 支持情况
379380
- {name: 📈 网络测试, type: select, proxies: [🎯 全球直连, 🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点, 🆓 免费节点]}
380381
- {name: 🤖 AI 平台, type: select, proxies: [🚀 节点选择, 🇭🇰 香港节点, 🇹🇼 台湾节点, 🇯🇵 日本节点, 🇸🇬 新加坡节点, 🇺🇸 美国节点]}
@@ -398,10 +399,11 @@ proxy-groups:
398399
- {name: 🇹🇼 台湾节点, type: fallback, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇹🇼|台|tw|taiwan|tai wan)"}
399400
# 节点负载均衡,即将请求均匀分配到多个节点上,优点是更稳定,速度可能有提升;将相同顶级域名的请求分配给策略组内的同一个代理节点;推荐在节点复用比较多的情况下使用
400401
- {name: 🇯🇵 日本节点, type: load-balance, strategy: consistent-hashing, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇯🇵|日|jp|japan)"}
401-
# 可使用 `include-all-providers: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有代理集合
402-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
402+
# 可使用 `include-all: true` 代替 `use: [🛫 机场订阅 1, 🛫 机场订阅 2, ...]`,意思为引入所有出站代理以及代理集合
403+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
403404
- {name: 🇺🇸 美国节点, type: url-test, tolerance: 100, use: [🛫 机场订阅 1, 🛫 机场订阅 2], filter: "(?i)(🇺🇸|美|us|unitedstates|united states)"}
404-
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all-providers: true}
405+
- {name: ♻️ 自动选择, type: url-test, tolerance: 100, include-all: true}
406+
- {name: 👉 手动选择, type: select, include-all: true}
405407

406408
# 规则集(yaml 文件每天自动更新)
407409
rule-providers:
@@ -545,9 +547,9 @@ proxy-groups:
545547
# 默认选择日本节点,也可切换到直连
546548
- {name: 📺 哔哩哔哩, type: select, proxies: [🇯🇵 日本节点, 🎯 全球直连]}
547549
# 自动选择延迟最低的新加坡节点;容差大于 50ms 才会切换到延迟低的那个节点
548-
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all-providers: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
550+
- {name: 🇸🇬 新加坡节点, type: url-test, tolerance: 50, include-all: true, filter: "(?i)(🇸🇬|新|sg|singapore)"}
549551
# 手动选择日本任一节点
550-
- {name: 🇯🇵 日本节点, type: select, include-all-providers: true, filter: "(?i)(🇯🇵|日|jp|japan)"}
552+
- {name: 🇯🇵 日本节点, type: select, include-all: true, filter: "(?i)(🇯🇵|日|jp|japan)"}
551553
- {name: 🎯 全球直连, type: select, proxies: [DIRECT], hidden: true}
552554
553555
# 规则集(yaml 文件每天自动更新)

_posts/2024-08-21-pin-shellcrashadguardhome-mihomo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ echo -e '12345678\n12345678' | passwd root
316316
- ⑨ 进入主菜单 → 6 导入配置文件
317317
注:
318318
- ➊ 选择 1 在线生成 meta 配置文件,粘贴你的订阅链接并回车,输入 `1` 并再次回车即可
319-
- ➋ 选择 2 在线获取完整配置文件,需要一定的 mihomo 知识储备,请查看《[生成带有自定义策略组和规则的 mihomo 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-geodata)》或《[生成带有自定义策略组和规则的 mihomo 配置文件直链-ruleset 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-ruleset)
319+
- ➋ 选择 2 在线获取配置文件,需要一定的 mihomo 知识储备,请查看《[生成带有自定义策略组和规则的 mihomo 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-geodata)》或《[生成带有自定义策略组和规则的 mihomo 配置文件直链-ruleset 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-ruleset)
320320
- ➌ 若 1 或 2 无法正确获取配置文件,可进入 9 自定义浏览器 UA 选择合适的 UA
321321

322322
导入配置文件完成后,选择 1 启动/重启服务

_posts/2024-08-21-pin-shellcrashadguardhome-singboxr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ echo -e '12345678\n12345678' | passwd root
321321
- ⑧ 进入主菜单 → 6 导入配置文件
322322
注:
323323
- ➊ 选择 1 在线生成 singboxr 配置文件,粘贴你的订阅链接并回车,输入 `1` 并再次回车即可
324-
- ➋ 选择 2 在线获取完整配置文件,需要一定的 sing-boxr 知识储备,请查看《[生成带有自定义策略组和规则的 sing-boxr 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-singboxr-geodata)》或《[生成带有自定义策略组和规则的 sing-boxr 配置文件直链-ruleset 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-singboxr-ruleset)
324+
- ➋ 选择 2 在线获取配置文件,需要一定的 sing-boxr 知识储备,请查看《[生成带有自定义策略组和规则的 sing-boxr 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-singboxr-geodata)》或《[生成带有自定义策略组和规则的 sing-boxr 配置文件直链-ruleset 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-singboxr-ruleset)
325325
- ➌ 若 1 或 2 无法正确获取配置文件,可进入 9 自定义浏览器 UA 选择合适的 UA
326326

327327
导入配置文件完成后,选择 1 启动/重启服务

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ dns:
267267
<img src="/assets/img/dns/dns-null.png" alt="设置部分 2" width="60%" />
268268

269269
3. 进入主菜单 → 7 内核进阶设置,不要启用 4 启用域名嗅探(因 user.yaml 文件中已添加 `dns.sniffer` 配置项)
270-
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取完整配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrash-mihomo-geodata/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
270+
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrash-mihomo-geodata/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
271271

272272
## 七、 访问 Dashboard 面板
273273
打开 <http://miwifi.com:9999/ui/> 后,“主机”输入 `192.168.31.1`,“端口”输入 `9999`,点击“提交”即可访问 Dashboard 面板

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ dns:
363363
<img src="/assets/img/dns/dns-null.png" alt="设置部分 2" width="60%" />
364364

365365
3. 进入主菜单 → 7 内核进阶设置,不要启用 4 启用域名嗅探(因 user.yaml 文件中已添加 `dns.sniffer` 配置项)
366-
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取完整配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrash-mihomo-ruleset/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
366+
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrash-mihomo-ruleset/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
367367

368368
## 六、 访问 Dashboard 面板
369369
打开 <http://miwifi.com:9999/ui/> 后,“主机”输入 `192.168.31.1`,“端口”输入 `9999`,点击“提交”即可访问 Dashboard 面板

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ dns:
367367
<img src="/assets/img/share/close-dns-null.png" alt="ShellCrash 设置 2" width="60%" />
368368

369369
3. 进入主菜单 → 7 内核进阶设置,不要启用 4 启用域名嗅探(因 user.yaml 文件中已添加 `dns.sniffer` 配置项)
370-
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取完整配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrashadguardhome-mihomo-ruleset/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
370+
4. 进入主菜单 → 6 导入配置文件 → 2 在线获取配置文件,粘贴《[一](https://proxy-tutorials.dustinwin.us.kg/posts/share-shellcrashadguardhome-mihomo-ruleset/#%E4%B8%80-%E7%94%9F%E6%88%90%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6-yaml-%E6%96%87%E4%BB%B6%E7%9B%B4%E9%93%BE)》中生成的配置文件 .yaml 文件直链,启动服务即可
371371

372372
## 六、 安装 AdGuard Home
373373
连接 SSH 后执行如下命令:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ curl -o $CRASHDIR/Country.mmdb -L https://cdn.jsdelivr.net/gh/DustinWin/ruleset_
6666
6. 进入主菜单 → 4 内核启动设置,选择 1 允许 ShellCrash 开机启动(若重启路由器后服务没有自动运行,可“设置自启延时”为 `30` 秒)
6767
7. 进入主菜单 → 5 配置自动任务 → 1 添加自动任务,可以看到末尾就有《[](https://proxy-tutorials.dustinwin.us.kg/posts/toolsettings-shellcrash-mihomo-geodata/#%E4%B8%89-%E6%B7%BB%E5%8A%A0%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1)》中添加的定时任务,输入对应的数字并回车后可设置执行条件
6868
8. 进入主菜单 → 7 内核进阶设置 → 4 启用域名嗅探(若 `$CRASHDIR/yamls/user.yaml` 配置了 `sniffer` 则跳过此步骤)
69-
9. 进入主菜单 → 6 导入配置文件 → 2 在线获取完整配置文件,粘贴《[生成带有自定义策略组和规则的 mihomo 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-geodata)》中生成的 .yaml 配置文件直链,启动服务即可
69+
9. 进入主菜单 → 6 导入配置文件 → 2 在线获取配置文件,粘贴《[生成带有自定义策略组和规则的 mihomo 配置文件直链-geodata 方案](https://proxy-tutorials.dustinwin.us.kg/posts/link-mihomo-geodata)》中生成的 .yaml 配置文件直链,启动服务即可
7070
10. 访问 Dashboard 面板 <http://192.168.31.1:9999/ui/>,首次打开需要添加“主机”和“端口”,分别填入 `192.168.31.1``9999` 并点击“添加”即可
7171
<img src="/assets/img/tools/192-9999-dashboard.png" alt="设置部分 2" width="60%" />
7272

0 commit comments

Comments
 (0)