Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 490 Bytes

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 . [email protected]:/tmp/config
# Connect to OpenWrt using SSH
ssh [email protected]
# Change directory to /tmp/config
cd /tmp/config
# Run
./configure.sh