Comment on Mullvad and Tailscale Announce Partnership
zzzz@lemmy.world 1 year agoYou can also achieve this with any VPN by using two Docker containers:
- Gluetun: github.com/qdm12/gluetun
- Tailscale: tailscale.com/kb/1282/docker/
Set Gluetun up to connect to your VPN (they support a huge number of providers) and then set the Tailscale container to use the Gluetun’s network. Then, use that Tailscale container as your exit node.
You can also combine this with a self-hosted Headscale (github.com/juanfont/headscale) instance.