

Alright, I’ve configured tailscale as an exit node, but I’m getting an error that might be related to cloudflare? I’m not sure.
Tailscale logs show Received error: fetch control key: 403 Forbidden
Is there a guide for configuring cloudflare for this?











If you look at the docker compose for the stack I’m using, cloudflare is definitely a part of it:
https://github.com/geekau/mediastack/blob/master/full-download-vpn/docker-compose.yaml
Headscale requires cloudflare, and tailscale requires Headscale. The documentation for how all of this ties together is really sparse, but I think I’m getting the 403 Forbidden from this part of the tailscale yml:
--login-server=https://headscale/.$%7BCLOUDFLARE_DNS_ZONE:?err}Edit: Lemmy won’t let me remove the / in front of the . in the url above, and it keeps url-encoding the open curly bracket for some reason. The code block markdown should be displayed as a literal, so this feels like a bug.