Hacker News front page1 min readrelease notesintermediate
Cloudflare Quick Tunnels
Summary
Cloudflare Quick Tunnels let you expose a local service via an outbound‑only connection to Cloudflare’s edge network. The service gets a public URL (anycast across 335+ cities) with automatic TLS, DDoS protection, and no inbound ports. It’s positioned for short‑lived agents, webhooks, and testing loops, with JSON health output and no config files.
- Uses an outbound‑only tunnel (cloudflared) to avoid opening inbound ports on the host.
- Provides a public URL backed by Cloudflare’s Anycast edge (335+ cities) with automatic HTTPS and DDoS filtering.
- Designed for ephemeral use: the tunnel ends when the process exits; no manual revocation needed.
- Outputs hostname, edge location, and health as JSON on stdout, simplifying integration with agents.
Quick, secure exposure of local services is a common pain point for developers building CI agents, webhook integrations, or demo services. By eliminating inbound ports and handling TLS/DDoS at the edge, Cloudflare reduces attack surface and operational overhead for short‑lived services.
3/10



