From 1f0d6824663b7fabfefda86f2442600f2873f05b Mon Sep 17 00:00:00 2001 From: Eric Light Date: Wed, 15 Nov 2017 17:01:22 +1300 Subject: [PATCH] Add Wireguard to the VPN section Wireguard is a new VPN based on elliptic curve crypto (Curve25519, ChaCha20, Poly1305) and public key cryptography. It has a very small attack surface and is extremely fast. It's currently used in production by Mullvad VPN and AzireVPN. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 976ca20..3037f7f 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN. * [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux. * [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN. + * [WireGuard](https://www.wireguard.com/) - Very fast VPN based on elliptic curve and public key crypto. Linux only (2017); other clients in development. ## Web