Let’s say I setup some subdomains and then point them to my home server via Cloudflare tunnel.
If I use one of those subdomains from my personal PC on the same network as my home server, to watch a movie for example, is all of that traffic going out to the internet and then back? Or does all the traffic stay internal once the connection has been made?
sk@utsukta.org 6 days ago
aksdb@lemmy.world 5 days ago
Cloudflare tunnel likely terminates TLS on the edge. So if you bypass it, you don’t have HTTPS. Not a problem locally, but then destroys the portability of the URL (because at home you need http and outside you need https). Might as well use different hosts then.
AmbiguousProps@lemmy.today 5 days ago
You can use caddy to get internal https via cloudflare API, and no traffic needs to go through a cloudflare tunnel for that.