Giter VIP home page Giter VIP logo

openwrt-auto's Introduction

openwrt-auto

openwrt-auto 自动化编译脚本

脚本环境

基于 Rocky Linux 编写,使用 Root 账号进行编译。
高度理想化,无任何错误判断,需自行观察是否有错误日志。
需要自备代理软件,并修改脚本内 192.168.10.10 的地址(**大陆地区以外的网络环境可以直接取消代理)

如何使用

一键脚本

# Ubiquiti EdgeRouter X
curl -sSL https://raw.githubusercontent.com/Zisbusy/openwrt-auto/main/start.sh -o start.sh && sudo bash start.sh erx
# x86 设备
curl -sSL https://raw.githubusercontent.com/Zisbusy/openwrt-auto/main/start.sh -o start.sh && sudo bash start.sh x86

加速地址

# Ubiquiti EdgeRouter X
curl -sSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/Zisbusy/openwrt-auto/main/start.sh -o start.sh && sudo bash start.sh erx
# x86 设备
curl -sSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/Zisbusy/openwrt-auto/main/start.sh -o start.sh && sudo bash start.sh x86

刷入

sysupgrade -F -n 文件名

说明

本固件高度自定义,贴近个人使用场景。

  • 基础上网功能(默认 OpenWrt 配置)
  • 默认支持 ipv6
  • 添加 UPNP 修改默认请求地址为网关地址
  • 取消 dnsmasq 使用 dnsmasqfull
  • 添加主题 Argon(更改、并修复一些样式问题)
  • 调整分区大小 32m、160m(x86)
  • 支持 ext4 分区(x86)
  • 调整 eth0 默认 WAN 口(x86)
  • 调整时区为 Asia/Shanghai
  • 更改 ntp 服务地址
  • 更改默认网关 192.168.10.1
  • 添加 AdguardHome 默认启用 端口:3000

待实现功能

  • Nat1
  • 局域网内UPNP
  • 实时监控设备流量
  • 对于个别设备进行限速

设置项目

允许nas的IPV6通过防火墙:网络-防火墙-通信规则
IPv6-Forward
::2e0:4cff:fe32:6195/::ffff:ffff:ffff:ffff
DNS端口转发:网络-防火墙-端口转发
DNS-IPV4-Forward 192.168.10.1 端口1053
高级设置外部 IP 地址 192.168.10.1
DNS-IPV6-Forward fd15:703f:dc74::1 端口1053
高级设置外部 IP 地址 fd15:703f:dc74::1

使用的项目

OpenWrt https://github.com/openwrt/openwrt
Argon https://github.com/jerrykuku/luci-theme-argon

openwrt-auto's People

Contributors

zisbusy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.