项目作者: AlexeySemigradsky
项目描述 :
The Bash script that configure the OpenWrt after a clean install.
高级语言: Shell
项目地址: git://github.com/AlexeySemigradsky/OpenWrt-Configuration.git
OpenWrt Configuration
Modules
- PPPoE
- Wi-Fi
- VPN
- DNS over HTTPS
- Bypass Censorship
How to use?
cp environment-variables.sh.example environment-variables.sh
# Set your own variables
nano environment-variables.sh
# Enable or disable modules you want
nano configure.sh
# Copy files to OpenWrt using SSH
scp -r . root@192.168.1.1:/tmp/config
# Connect to OpenWrt using SSH
ssh root@192.168.1.1
# Change directory to /tmp/config
cd /tmp/config
# Run
./configure.sh