From 32c58aee380c29cb357247f5c539303c20ca93cb Mon Sep 17 00:00:00 2001 From: Peppa Pig Date: Thu, 19 Sep 2019 23:36:30 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e38f4b1..b223fbf 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,12 @@ PostUp = wg set %i private-key /etc/wireguard/wg0.key <(cat /some/path/%i/privke ### Quickstart +Automated Script To Install WireGuard + +``` +https://github.com/complexorganizations/wireguard-install +``` + Overview of the general process: 1. Install `apt install wireguard` or `pkg/brew install wireguard-tools` on each node @@ -1152,6 +1158,7 @@ Setups can get somewhat complex and are highly dependent on what you're trying t ### Related Projects +- https://github.com/complexorganizations/wireguard-install - https://github.com/subspacecloud/subspace - https://github.com/trailofbits/algo - https://github.com/StreisandEffect/streisand From d51322b54441b348e5fa1134aebe47a934e145af Mon Sep 17 00:00:00 2001 From: Peppa Pig Date: Fri, 20 Sep 2019 10:18:38 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b223fbf..7befb4a 100644 --- a/README.md +++ b/README.md @@ -363,12 +363,6 @@ PostUp = wg set %i private-key /etc/wireguard/wg0.key <(cat /some/path/%i/privke ### Quickstart -Automated Script To Install WireGuard - -``` -https://github.com/complexorganizations/wireguard-install -``` - Overview of the general process: 1. Install `apt install wireguard` or `pkg/brew install wireguard-tools` on each node