Merge pull request #203 from mikeroyal/mikeroyal-patch-173

Added VPN section.
This commit is contained in:
Michael Royal 2023-03-24 00:38:29 -07:00 committed by GitHub
commit 7d598d1ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,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)
* [DNS](#dns)
@ -1050,6 +1051,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)