Hacker News new | ask | show | jobs
by mateus1 461 days ago
Same setup here, pretty nifty. I’d like to setup a reverse proxy inside the Tailscale network but I haven’t figured that out yet.
3 comments

I've recently been very happy with TSDProxy

https://github.com/almeidapaulopt/tsdproxy

I'm no expert, but I think you could have the reverse proxy node be the only thing whitelisted to be accepted by the nodes you want behind the proxy (via their tailscale IP). I believe this would all be done in their ACL JSON.
Tailscale offers a super basic reverse proxy called tailscale serve. Or baring that caddy has built in support. They have the full details for both in the tailscale docs.