You 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.
dan@upvote.au 1 year ago
As an aside, I wish technical documents like this would stop saying “Wireguard client” and “Wireguard server”. Wireguard doesn’t have clients and servers - everyone is a peer.