Comment on Replacing Cloudflare Tunnel with a Selfhosted Towonel Tunnel
BakedCatboy@lemmy.ml 1 week agoI use haproxy just for simplicity, with the https fronted in tcp mode with a tcp request inspect delay and acls using req_ssl_sni allows switching between multiple backend based on hostname, though if you only had 1 backend server then it could just be a raw tcp proxy. I have my stuff split between 2 local boxes that are both connected to the reverse proxy using wg so this works well for me.