ipv6支持
luci-theme-argon # argon主题
luci-app-wolplus # 网络唤醒
luci-app-ddns # ddns
luci-app-dnsfilter # 基于dnsmasq的去广告
luci-app-advanced # 高级设置
luci-app-opkg # 包管理器
luci-app-bypass # 某代理
luci-app-upnp # upnp
luci-app-vlmcsd # kms的luci控制面板
luci-app-unblockmusic # 网易云音乐去灰色歌曲插件
luci-app-arpbind # ip/mac绑定(arp绑定)
luci-app-turboacc # 网络加速
turboacc中Full ConeNat无法启动 安装其他软件包或手动添加防火墙规则即可
暂无
Build OpenWrt using GitHub Actions
Read the details in my blog (in Chinese) | 中文教程
- 点击 Use this template 按钮使用这个模板创建 repository.
- 使用 Lean's OpenWrt 源码生成
.config
文件. - 上传
.config
文件到 GitHub repository. - 在 Actions 页选择需要编译的版本.
- 点击
Run workflow
按钮开始编译. - 如果编译完成, 在
Artifacts
标签下可以下载OpenWrt的二进制固件.
- It may take a long time to create a
.config
file and build the OpenWrt firmware. Thus, before create repository to build your own firmware, you may check out if others have already built it which meet your needs by simply searchActions-Openwrt
in GitHub. - Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.