nulladdict / wgm

Personal wireguard installation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wgm

Personal wireguard setup script

Usage

Ubuntu 20.04 LTS only

wget -qO - https://raw.githubusercontent.com/nulladdict/wgm/main/setup.sh | bash
# Note: before running take a look inside wgm.ts and tinker with stuff
deno run -A wgm.ts

By default, the script will setup firewall, wireguard server, and create two peers

About

Personal wireguard installation scripts

License:MIT License


Languages

Language:TypeScript 91.7%Language:Shell 8.3%