1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-13 22:28:09 +00:00

add PiVPN

add PiVPN as dead-simple OpenVPN implementation that runs on any Debian-based Linux distribution.
This commit is contained in:
Drew Gates 2018-10-25 18:09:55 -04:00 committed by GitHub
parent 9bda5ef599
commit 6dc962e8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.