Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaer/mihomo-starter
https://github.com/anaer/mihomo-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anaer/mihomo-starter
- Owner: anaer
- License: apache-2.0
- Created: 2023-12-28T02:16:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T08:46:44.000Z (9 months ago)
- Last Synced: 2024-05-22T10:53:34.623Z (9 months ago)
- Language: Batchfile
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
## 脚本说明
| 文件名 | 说明 |
| --------------- | ------------------------------------------------ |
| 0.update.bat/sh | 更新 clash.yaml |
| 1.start.bat/sh | 启动 mihomo, 如果开启 TUN 需要使用管理员模式启动 |
| 1.start.vbs | 启动 mihomo, 不显示黑窗 |
| 2.proxy.bat | 设置系统代理 |
| 3.unproxy.bat | 取消系统代理 |
| 4.geo.bat | 解包 geosite.dat, geoip.dat 到目录中, 便于查询 |
| 5.stop.bat | 停止 mihomo, 对应 1.start.vbs |## 服务
[winsw服务管理](https://github.com/winsw/winsw)
[日志设置](https://github.com/winsw/winsw/blob/v3/docs/logging-and-error-reporting.md)```sh
# 安装服务
mihomo-server.exe install mihomo-server.xml
# 卸载服务
mihomo-server.exe uninstall mihomo-server.xml
# 启动服务
mihomo-server.exe start mihomo-server.xml
# 停止服务
mihomo-server.exe stop mihomo-server.xml
```