项目作者: AlexeySemigradsky

项目描述 :
The Bash script that configure the OpenWrt after a clean install.
高级语言: Shell
项目地址: git://github.com/AlexeySemigradsky/OpenWrt-Configuration.git
创建时间: 2019-11-06T08:47:46Z
项目社区:https://github.com/AlexeySemigradsky/OpenWrt-Configuration

开源协议:

下载


OpenWrt Configuration

Modules

  • PPPoE
  • Wi-Fi
  • VPN
  • DNS over HTTPS
  • Bypass Censorship

How to use?

  1. cp environment-variables.sh.example environment-variables.sh
  2. # Set your own variables
  3. nano environment-variables.sh
  4. # Enable or disable modules you want
  5. nano configure.sh
  6. # Copy files to OpenWrt using SSH
  7. scp -r . root@192.168.1.1:/tmp/config
  8. # Connect to OpenWrt using SSH
  9. ssh root@192.168.1.1
  10. # Change directory to /tmp/config
  11. cd /tmp/config
  12. # Run
  13. ./configure.sh