Skip to content

ewigl/mihomo

Repository files navigation

Mihomo Tun

文档

EN ZH

准备

  1. 下载 Mihomo Core
  2. 这里下载 GeoIP.datGeoSite.dat
  3. 这里下载 metacubexd
  4. Android 版本使用 Box for Root
  5. 控制台默认密码为 998486,在 config.yaml 中修改。

文件结构示例 Windows

.
└── D:/Apps/Mihomo/
    ├── config.yaml
    ├── GeoIP.dat
    ├── GeoSite.dat
    ├── Mihomo StartUp.xml
    ├── mihomo-windows-amd64.exe
    ├── mihomo.startup.vbs
    ├── mihomo.stop.bat
    ├── README.md
    ├── custom-rules/
    │   ├── direct.yaml
    │   ├── proxy.yaml
    │   └── reject.yaml
    ├── metacubexd/
    │   ├── index.html
    │   └── ...
    ├── proxies/
    │   ├── Local.yaml
    │   └── ...
    └── ruleset/
        ├── proxy.yaml
        └── ...

文件结构示例 Android

.
└── /data/adb/box/
    ├── bin/
    │   └── xclash/
    │       └── mihomo
    └── clash/
        ├── metacubexd/
        ├── proxies/
        ├── ruleset/
        ├── config.yaml
        ├── GeoIP.dat
        └── GeoSite.dat