From 6dc962e8bb14a525b3aa47d4220476fa9e96b4f4 Mon Sep 17 00:00:00 2001 From: Drew Gates <7493966+drewgates@users.noreply.github.com> Date: Thu, 25 Oct 2018 18:09:55 -0400 Subject: [PATCH] add PiVPN add PiVPN as dead-simple OpenVPN implementation that runs on any Debian-based Linux distribution. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8ef111..9a6bfb9 100644 --- a/README.md +++ b/README.md @@ -628,6 +628,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [ocserv](http://www.infradead.org/ocserv/) - Cisco AnyConnect-compatible VPN server * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. * [Pritunl](http://pritunl.com/) - OpenVPN based solution. Easy to set up. +* [PiVPN](http://www.pivpn.io/) - Simple OpenVPN based setup designed for Raspberry Pi (runs on any Debian-based distro). * [SoftEther](https://www.softether.org/) - Multi-protocol software VPN with advanced features * [sshuttle](https://github.com/sshuttle/sshuttle) - Poor man's VPN. * [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux.