Add Tailscale and ZeroTier VPNs

Both are free to use for small setups and provide simple p2p VPN to access home network from outside using mobile phone or computer without any port forwarding or opening direct Internet access to the home network
This commit is contained in:
Cougar 2025-10-26 23:57:27 +02:00 committed by GitHub
parent 3eaf827bf4
commit 5bc297898e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1371,6 +1371,10 @@ Minio's test-server called "play" is already configured in the default client, y
[tinc](https://www.tinc-vpn.org/) - Distributed p2p VPN.
[Tailscale](https://tailscale.com/) is a secure and private, identity-based, infrastructure agnostic network with a flexible topology, resilient networking, and a streamlined setup.
[ZeroTier](https://www.zerotier.com/) connects your devices like they're on the same local network using p2p SD-WAN/VPN. It is supported on platforms like Windows, Linux (also in containers), macOS, iOS, Android, Mikrotik routers, Synology etc.
### LDAP
[Back to The Top](#table-of-contents)