From f142e1c328c1cbb17b328cdf611a654300473c24 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 19 Mar 2023 01:20:55 -0700 Subject: [PATCH] Added VPN section. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 18ad1de..21acaba 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ * [Remote Access](https://github.com/mikeroyal/Self-Hosting-Guide#Remote-Access) * [Virtualization](https://github.com/mikeroyal/Self-Hosting-Guide#Virtualization) * [Password Management](https://github.com/mikeroyal/Self-Hosting-Guide#password-management) + * [VPN](#vpn) * [LDAP(Lightweight Directory Access Protocol)](#ldap) * [Log Management](#log-management) * [Network Tools](https://github.com/mikeroyal/Self-Hosting-Guide#network-tools) @@ -1028,6 +1029,24 @@ Minio's test-server called "play" is already configured in the default client, y [pass](https://www.passwordstore.org/) is an open-source unix-based password utilitiy with various [gui clients](https://www.passwordstore.org/#other) +### VPN + +[Back to The Top](#table-of-contents) + +[Wireguard](https://www.wireguard.com/) - New minimal VPN Solution that is very fast. + +[OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. + +[Pritunl](https://pritunl.com/) - OpenVPN based solution that's easy to set up. + +[SoftEther](https://www.softether.org/) - Multi-protocol software VPN with advanced features. + +[sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN. + +[strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux. + +[tinc](https://www.tinc-vpn.org/) - Distributed p2p VPN. + ### LDAP [Back to The Top](#table-of-contents)