Tip
本项目基于 ImmortalWrt 的定制,使用 GitHub Actions 自动化编译,通过内置 files 实现 Nikki, MosDNS, Dockerman, Mio, Samba4 开箱即用。
OpenWrt/
|
├── Build/
│ ├── upstream.conf # 上游仓库配置
│ ├── Action/ # 编译任务脚本
│ ├── Flow/ # 编译流程脚本
│ └── Patches/ # 编译补丁
|
├── Custom/
│ ├── Router.conf # Router 业务配置
│ └── Cloud.conf # Cloud 业务配置
|
├── Config/
│ ├── Common.txt # 公共 Config
│ ├── Router.txt # Router 个性化配置
│ └── Cloud.txt # Cloud 个性化配置
|
├── .github/workflows/
│ ├── build-immortalwrt-firmware.yml # 固件构建
│ ├── refresh-bbr-patches.yml # BBR 补丁更新
│ └── update-rclone-config.yml # Rclone 配置更新
|
└── README.md
