Comment on Replacing Cloudflare Tunnels with Tailscale?
node815@lemmy.world 11 months agoNice! So, using the --accept-routes part, does that allow you to use a CNAME record to your funnel’s address (machine.tailscale-id.ts.net) ? I tried to do this and it failed to resolve for reasons of too many redirects.
Dave811@lemmy.today 11 months ago
I didn’t try that, I use the static local ipv4 address of my network. Like http(s)://192.168.1.3:443
node815@lemmy.world 11 months ago
Gotcha, so normal means of exposing services via reverse proxy. :)
Dave811@lemmy.today 11 months ago
To be clear I ran that on my reverse proxy server. In the tailscail dashboard you also need to enable the subnet
node815@lemmy.world 11 months ago
Understood! I have subnet routing enabled as well. First thing I did when I realized my phone couldn’t access my local server once connected to Tailscale. :)