Cloudflare Quick Tunnels: One Command to Expose localhost, With Security Caveats

sull · x · 2026-09-21

Cloudflare's Quick Tunnels went viral again: cloudflared tunnel --url http://localhost:8000 turns any local service into a public HTTPS URL with no account, DNS, or open ports, and --output gives coding agents a machine-readable endpoint. But the thread explains what's left out: TLS terminates at Cloudflare's edge (they see plaintext before forwarding, often over plain HTTP to 127.0.0.1); quick tunnels cap at 200 concurrent requests and choke on SSE; the URL dies with the process; Google already indexes trycloudflare.com subdomains so strangers can find your live apps; and malware crews abuse the channel. Fine for previews and agent endpoints — not a secure tunnel.

Related event: Cloudflare Quick Tunnels: Turn localhost into a public HTTPS URL with One Command(5 posts)→

Original post →

More from coding & agent

coding & agent channel →