From 8c677795a09604d4b0a5dda0360bb6fe60df97be Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 15 Apr 2024 12:17:55 +0000 Subject: [PATCH] Initial commit, barebones. --- Tutorials/tailscale-headscale-dslite | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Tutorials/tailscale-headscale-dslite diff --git a/Tutorials/tailscale-headscale-dslite b/Tutorials/tailscale-headscale-dslite new file mode 100644 index 0000000..2c944c0 --- /dev/null +++ b/Tutorials/tailscale-headscale-dslite @@ -0,0 +1,16 @@ + +# WIP + +# This tutorial explains how to set up a VPN mesh using [Tailscale](https://tailscale.com/) and utilizes a self-hosted coordination server using [Headscale](https://github.com/juanfont/headscale) to make your home server reachable through a public IPv4 even though your network is using DS-Lite and only a public IPv6 or CGNAT. + +# Prerequisites +# This tutorial assumes that you have a virtual private server with a public IPv4. + + + +[TOC] +0. Install Docker +1. Install Headscale +2. Install Tailscale +3. Install reverse proxy +3. Routing \ No newline at end of file