Skip to content

The Bash script that configures the OpenWrt after a clean install.

Notifications You must be signed in to change notification settings

gradddev/OpenWrt-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Bash script that configures the OpenWrt after a clean install.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages