简介
插件地址:https://github.com/nikkinikki-org/OpenWrt-momo
要求
- OpenWrt >= 24.10
- Linux Kernel >= 5.13
- firewall4
安装
A. Install From Feed (Recommended)
- Add Feed
1
2
|
# only needs to be run once
wget -O - https://github.com/nikkinikki-org/OpenWrt-momo/raw/refs/heads/main/feed.sh | ash
|
- Install
1
2
3
4
5
6
7
8
9
|
# you can install from shell or `Software` menu in LuCI
# for opkg
opkg install momo
opkg install luci-app-momo
opkg install luci-i18n-momo-zh-cn
# for apk
apk add momo
apk add luci-app-momo
apk add luci-i18n-momo-zh-cn
|
搭建 sing-box-subscribe
参考教程:【全网首发】OpenWrt 全新代理神器 Momo!SingBox 完美适配 Clash 面板,超简单上手
docker-compose
1
2
3
4
5
6
7
8
9
|
version: '3'
services:
sing-box:
image: dockerhub16/sing-box-subscribe:latest
container_name: sing-box-subscribe
ports:
- "5000:5000"
restart: unless-stopped
|
服务:https://sing-box-subscribe.hix.dpdns.org:66/
订阅地址组合示例
机场订阅复制 clash 或者通用订阅即可,多机场用 | 符合分割,最多三个,再多用 substore 去汇聚管理
配置文件在 github,后端所在网络处于科学才可以正常拉取转换,直连记得加镜像。
1
|
http://192.168.10.41:5000/config/机场订阅&file=配置文件地址
|
配置文件地址
切忌复制对应源码地址
https://github.com/qichiyuhub/rule/tree/main/config/singbox/1.12.x
最终订阅链接
1
|
https://sing-box-subscribe.hix.dpdns.org:66/config/https://bp.sub.cmliussss.net/sub?host=sa.wto.ip-ddns.com&uuid=f41c8f9b-5854-44d4-9bef-ad6803d1c99d&file=https://raw.githubusercontent.com/qichiyuhub/rule/refs/heads/main/config/singbox/1.12.x/momo.json
|
配置文件+CDN
1
|
https://sing-box-subscribe.hix.dpdns.org:66/config/https://bp.sub.cmliussss.net/sub?host=sa.wto.ip-ddns.com&uuid=f41c8f9b-5854-44d4-9bef-ad6803d1c99d&file=https://gh-proxy.526899.xyz/https://raw.githubusercontent.com/qichiyuhub/rule/refs/heads/main/config/singbox/1.12.x/momo.json
|