Skip to content

Instantly share code, notes, and snippets.

View mikebirdgeneau's full-sized avatar

Mike Birdgeneau mikebirdgeneau

View GitHub Profile
@mikebirdgeneau
mikebirdgeneau / README.md
Created May 8, 2022 14:15 — forked from pamolloy/README.md
Ubiquiti USG configuration for Wireguard

Download the latest ugw3 package from https://github.com/Lochnair/vyatta-wireguard/releases and install it on your USG using dpkg -i wireguard-ugw3-<version>.deb.

cd /config/auth
umask 077
mkdir wireguard
cd wireguard
wg genkey > wg_private.key
wg pubkey < wg_private.key > wg_public.key