add full example wip

This commit is contained in:
Nick Sweeting
2019-05-28 05:33:04 -04:00
parent 43dde79ee8
commit 3086cd43f7
30 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# install wireguard
add-apt-repository ppa:wireguard/wireguard
apt update
apt install wireguard