From 55126a4aabbfb770eb0986ea825d8f0ed8495c08 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 28 May 2019 07:20:45 -0400 Subject: [PATCH] Update README.md --- README.md | 152 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 111 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 1484be9..2471c43 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ Also published on https://docs.sweeting.me/s/wireguard. --- +[WireGuard](https://www.wireguard.com/) is an open-source VPN solution written in C by [Jason Donenfeld](https://www.jasondonenfeld.com) and [others](https://github.com/WireGuard/WireGuard/graphs/contributors), aiming to fix many of the problems that have plagued other good server-to-server VPN offerings like IPSec/IKEv2 or OpenVPN. -This is my attempt at writing the "Missing Wireguard Documentation" to make up for the lacking offical docs for an otherwise great piece of software. - -[WireGuard](https://www.wireguard.com/) is an open-source VPN solution written in Go by [Jason A. Donenfeld](https://www.jasondonenfeld.com) and others, aiming to fix many of the problems that have plagued other good server-to-server VPN offerings like IPSec/IKEv2 or OpenVPN. +This is my attempt at writing the "Missing Wireguard Documentation" to make up for the somewhat sparse offical docs on an otherwise great piece of software. **Official Links** @@ -24,6 +23,7 @@ This is my attempt at writing the "Missing Wireguard Documentation" to make up f - WireGuard Install: https://www.wireguard.com/install/ - WireGuard QuickStart: https://www.wireguard.com/quickstart/ - The offical WireGuard Git repo: https://git.zx2c4.com/WireGuard/ +- WireGuard Github Mirror: https://github.com/WireGuard/WireGuard **WireGuard Goals** @@ -37,7 +37,7 @@ This is my attempt at writing the "Missing Wireguard Documentation" to make up f # Table of Contents -See https://docs.sweeting.me/s/wireguard for a nicer interactive experience. +See https://github.com/pirate/wireguard-docs for example code and documentation source.