Skip to content
This repository was archived by the owner on Mar 31, 2024. It is now read-only.

signal24/wireguard-edgerouter-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

edgerouter-wireguard-install

Installs Wireguard on EdgeRouter, and re-installs after firmware upgrades.

Note: Currently depends on Signal24 redirection service having the appropriate URL for the latest version. Will update to automatic latest version detection from source repo at a later date.

Wireguard packages provided by https://github.com/Lochnair/vyatta-wireguard.

Install:

sudo -s
cd /config/scripts/post-config.d
curl -L -o 90-wireguard https://raw.githubusercontent.com/Signal24/wireguard-edgerouter-install/master/script.sh
chmod +x 90-wireguard
./90-wireguard stage2

or, one-liner:

sudo sh -c 'cd /config/scripts/post-config.d && curl -L -o 90-wireguard https://raw.githubusercontent.com/Signal24/wireguard-edgerouter-install/master/script.sh && chmod +x 90-wireguard && ./90-wireguard stage2'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages