yinchaow / OpenWrt-Firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86_64

功能列表

状态 系统 服务 VPN 网络 带宽监控 统计
总览 Web 管理 PassWall 2 ZeroTier 接口 显示 图表
防火墙 系统 Bypass DHCP/DNS 配置 设置
路由表 管理权 广告屏蔽大师 Plus+ 主机名 备份
系统日志 TTYD 终端 AdGuard Home IP/MAC绑定 实时流量监测
内核日志 软件包 ShadowSocksR Plus+ 静态路由
进程 启动项 微信推送 防火墙
实时信息 计划任务 解锁网易云灰色歌曲 网络诊断
实时监控 挂载点 OpenClash 网速测试
时间同步 网络唤醒 Turbo ACC 网络加速
磁盘管理 Cloudflare速度测试
备份/升级 Frp 内网穿透
定时重启 UPnP
文件传输 Nps 内网穿透
重启
Argonne 主题设置
关机

其他设置

  • 登录密码为空
  • 主机名改为 WYC
  • 默认主题为 Argonne
  • 修改主题 Argonne 的部分设置参数
  • LAN 接口的 IPv4 为 192.168.7.8,子网掩码为 255.255.255.0,网关为 192.168.7.2,广播为 192.168.7.255,DNS 为 223.6.6.6223.5.5.5119.29.29.29114.114.114.114
  • 禁用 DHCP

R2S

功能列表

状态 系统 服务 网络 带宽监控 统计
总览 Web 管理 PassWall 2 接口 显示 图表
防火墙 系统 Bypass DHCP/DNS 配置 设置
路由表 管理权 广告屏蔽大师 Plus+ 主机名 备份
系统日志 TTYD 终端 AdGuard Home IP/MAC 绑定 实时流量监测
内核日志 软件包 ShadowSocksR Plus+ 静态路由
进程 启动项 微信推送 防火墙
实时信息 计划任务 解锁网易云灰色歌曲 网络诊断
实时监控 挂载点 OpenClash 网速测试
时间同步 网络唤醒 Turbo ACC 网络加速
磁盘管理 Cloudflare 速度测试
备份/升级 Frp 内网穿透
定时重启 UPnP
文件传输 Nps 内网穿透
重启 动态 DNS
Argonne 主题设置
关机

其他设置

  • 登录密码为空
  • 主机名改为 WWD
  • 默认主题为 Argonne
  • 修改主题 Argonne 的部分设置参数
  • LAN 接口的 IPv4 为 192.168.7.8,子网掩码为 255.255.255.0,网关为 192.168.7.2,广播为 192.168.7.255,DNS 为 223.6.6.6223.5.5.5119.29.29.29114.114.114.114
  • 禁用 DHCP
  • 禁用内置 IPv6 管理

English | 中文

Actions-OpenWrt

LICENSE GitHub Stars GitHub Forks

A template for building OpenWrt with GitHub Actions

Usage

  • Click the Use this template button to create a new repository.
  • Generate .config files using Lean's OpenWrt source code. ( You can change it through environment variables in the workflow file. )
  • Push .config file to the GitHub repository.
  • Select Build OpenWrt on the Actions page.
  • Click the Run workflow button.
  • When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries.

Tips

  • 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 search Actions-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.

Credits

License

MIT © P3TERX

About

License:MIT License


Languages

Language:Shell 100.0%