Post #2458578
2026-05-03 17:15 UTC
Cloudflare tunnels is more than just a reverse proxy, but agreed. That might be the better option regardless. If you're Cloudflare-averse, you can use [Tailscale funnels](https://tailscale.com/docs/features/tailscale-funnel), or spin up your own rproxy+tunnel solution (there are plenty out there, such as [Rathole](https://github.com/rathole-org/rathole), [Zrok](https://github.com/openziti/zrok
), or [frp](https://github.com/fatedier/frp)).
Replies (1)
-
@paris@lemmy.blahaj.zone 2026-05-07 08:47
I think rathole is unmaintained. It hasn't been updated in forever and basic features like proxy protocol are just sitting there waiting for a new release to make them available. [I ended up replacing rathole with gost](https://github.com/go-gost/gost/discussions/855) and I actually like it better. I can run an identical setup to rathole with straightforward command line parameters instead of a config file (though a config file can also be used).