后台入口 10.10.10.254 (若后台无法打开,请插拔交换wan,lan网线顺序.)
默认密码 root
第一次使用请采用全新安装,避免出现升级失败以及其他一些可能的Bug.
云编译需要 在此 创建个token,然后在此仓库Settings->Secrets中添加个名字为REPO_TOKEN的Secret,填入token值,否者无法触发编译
在仓库Settings->Secrets中分别添加 PPPOE_USERNAME, PPPOE_PASSWD 可设置默认拨号账号密码.有 安全隐患
Secrets中添加 SCKEY 可通过Server酱 推送编译结果到微信
Secrets中添加 TELEGRAM_CHAT_ID, TELEGRAM_TOKEN 可推送编译结果到Telegram Bot. 教程
编译触发方式:
- 方式1: Actions页面选择 Repo Dispatcher 点击 Run workflow
- 方式2: 请在支持油猴的浏览器中安装 脚本 ,仓库右上角会出现 x86_64 Actions,K2P Actions等按钮,点击对应按钮即可.更多玩法 repo-dispatcher diy云编译教程: Read the details in my blog (in Chinese) | 中文教程
- Opkg 软件包管理
- Bypass
- UPNP 自动端口转发
- Turbo ACC 网络加速
- 京东签到
- ServerChan
- wrtbwmon、nlbwmon
- AdGuardHome
- 解锁网易云灰色歌曲
- SoftetherVPN
- ...
其他插件请自行在 后台->软件包 中安装,系统升级不会丢失插件.每次系统升级完成连接网络后,会自动安装所有已自选安装的插件.
- 不要用 root 用户 git 和编译!!!
- 国内用户编译前请准备好梯子,使用大陆白名单或全局模式
- 请使用Ubuntu 64bit,推荐 Ubuntu 18 或 Ubuntu 20
首次编译:
screen -S openwrt
wget -O compile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/compile.sh && bash compile.sh
二次编译:
screen -S openwrt
wget -O recompile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/recompile.sh && bash recompile.sh
Build OpenWrt using GitHub Actions
- Sign up for GitHub Actions
- Fork this GitHub repository
- click the
Star
button, and the build will starts automatically.Progress can be viewed on the Actions page. - When the build is complete, click the
Artifacts
button in the upper right corner of the Actions page to download the binaries.