最完整的 Clash.Meta(mihomo)使用指南 | 包含 VLESS+Reality、Trojan、WireGuard 等高级协议配置 | 适用 Windows/macOS/Linux/Android/Router
Clash.Meta 是 MetaCubeX 团队维护的 Clash 分支内核,相比原版 Clash 有更多特性:
| 特性 | 原版 Clash | Clash.Meta |
|---|---|---|
| VLESS+Reality | ❌ | ✅ |
| WireGuard | ❌ | ✅ |
| Hysteria 协议 | ❌ | ✅ |
| TUIC 协议 | ❌ | ✅ |
| 增强的 DNS | ❌ | ✅ |
| 自动更新订阅 | ✅ | ✅ |
💡 推荐使用 Clash.Meta,享受更完整的协议支持
官方客户端下载:Clash for Windows | ClashMeta Android
| 客户端 | 内核 | 下载 |
|---|---|---|
| Clash Verge Rev | Meta | ⭐ 推荐 |
| Clash Nyanpasu | Meta | 新一代 |
| Clash for Windows | Premium | 经典稳定 |
| 客户端 | 下载 |
|---|---|
| Clash Verge Rev | ⭐ 推荐 |
| ClashX Meta | Meta 版本 |
| 客户端 | 下载 |
|---|---|
| ClashMeta for Android | ⭐ 官方 |
| FlClash | 轻量美观 |
| 客户端 | 下载 |
|---|---|
| mihomo | 命令行内核 |
| Clash Verge Rev | 图形界面 |
📥 更多下载:Clash for Windows 官网
- 打开 Clash Verge / Clash for Windows
- 进入「配置 / Profiles」页面
- 点击「Import」→ 「URL」
- 粘贴订阅链接
- 点击确认
\
https://your-provider.com/api/v1/client/subscribe?token=YOUR_TOKEN
\\
💡 获取订阅:Clash for Windows 订阅服务 | 机场推荐
\\yaml proxies:
- name: "🇯🇵 日本节点" type: vless server: your-server.com port: 443 uuid: your-uuid-here network: tcp tls: true udp: true flow: xtls-rprx-vision client-fingerprint: chrome reality-opts: public-key: your-public-key short-id: your-short-id
proxy-groups:
- name: "🚀 节点选择"
type: select
proxies:
- 🇯🇵 日本节点
- 🇭🇰 香港节点
- 🇺🇸 美国节点
- 🔀 自动选择
rules:
- GEOIP,CN,DIRECT
- DOMAIN-SUFFIX,google.com,🚀 节点选择
- MATCH,🚀 节点选择 \\
\\yaml proxies:
- name: "🇭🇰 Trojan 香港" type: trojan server: your-server.com port: 443 password: your-password sni: your-sni.com skip-cert-verify: false udp: true \\
🔧 更多协议配置:翻墙技术指南
\\yaml rule-providers: reject: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.yaml" path: ./ruleset/reject.yaml interval: 86400
proxy: type: http behavior: domain url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/proxy.yaml" path: ./ruleset/proxy.yaml interval: 86400
rules:
- RULE-SET,reject,REJECT
- RULE-SET,proxy,🚀 节点选择
- GEOIP,CN,DIRECT
- MATCH,🚀 节点选择 \\
\\yaml Clash.Meta 完整规则配置
Clash for Windows: https://clashforwindows.site clashmi.site: https://clashmi.site
rules:
- DOMAIN-SUFFIX,doubleclick.net,REJECT
- DOMAIN-SUFFIX,googlesyndication.com,REJECT
- DOMAIN-SUFFIX,netflix.com,🚀 节点选择
- DOMAIN-SUFFIX,youtube.com,🚀 节点选择
- DOMAIN-SUFFIX,tiktok.com,🚀 节点选择
- DOMAIN-SUFFIX,spotify.com,🚀 节点选择
- GEOIP,CN,DIRECT
- DOMAIN-SUFFIX,baidu.com,DIRECT
- DOMAIN-SUFFIX,taobao.com,DIRECT
- DOMAIN-SUFFIX,qq.com,DIRECT
- MATCH,🚀 节点选择 \\
TUN 模式可以让 Clash 接管系统所有流量,包括不支持代理设置的应用程序:
\\yaml mixed-port: 7890 allow-lan: true mode: rule log-level: info external-controller: 127.0.0.1:9090
tun: enable: true stack: system auto-route: true auto-detect-interface: true dns-hijack: - 8.8.8.8:53 - 1.1.1.1:53 \\
\\yaml dns: enable: true listen: 0.0.0.0:53 enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 nameserver: - 223.5.5.5 - 119.29.29.29 fallback: - 8.8.8.8 - 1.1.1.1 fallback-filter: geoip-code: CN \\
在 Clash Verge 中:
- 进入「代理」页面
- 点击右上角「延迟测试」
- 勾选需要测试的节点
- 自动显示各节点延迟
💡 更多教程:Clash for Windows 使用指南
A: Clash.Meta 功能更丰富,支持更多协议(VLESS+Reality、WireGuard、Hysteria 等),推荐使用 Meta 版本。
A: 点击订阅的「更新」按钮,Clash 会重新下载订阅内容。
A: Clash Verge / Clash for Windows → 设置 → 开启 TUN 模式。Windows 需要安装 Clash Verge Rev。
A: 1. 换用更近的节点;2. 开启 BBR 加速;3. 在 Clash Verge 中点击「延迟测试」选择延迟最低的节点。
A: 在配置文件中添加
ule-providers\ 或直接在
ules\ 中添加规则。
| 资源 | 链接 |
|---|---|
| Clash for Windows 官网 | clashforwindows.site |
| Android 教程 | clashmi.site |
| 免费规则订阅 | flclash.us |
| 导航站 | clashforwindows.site/nav |
| 论坛 | clashforwindows.site/bbs |
欢迎提交 Issue 和 Pull Request!
本仓库仅供技术学习交流使用。请遵守当地法律法规。
Made with ❤️ by flclash-us | clashforwindows.site