From f56a1ab66f33cca16bbf2392337b2d5832fdfb8a Mon Sep 17 00:00:00 2001
From: Pranav <38887390+thegamerhat@users.noreply.github.com>
Date: Fri, 27 May 2022 22:21:05 +0530
Subject: [PATCH] Added Headscale VPN

Headscale is a community maintained fork of Tailscale VPN, which provides docker image and documentation for self hosting.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 673b68c..4ec309a 100644
--- a/README.md
+++ b/README.md
@@ -644,6 +644,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 
 *VPN software.*
 
+* [Headscale](https://github.com/juanfont/headscale) - Self-hostable fork of [Tailscale](https://tailscale.com), cross-platform clients, simple to use, built-in (currently experimental) monitoring tools. 
 * [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.