cloudflared.hk

Private Cloudflare Tunnel endpoints.
One domain, infinite tunnels.

terminal
# Install cloudflared
$ brew install cloudflared
 
# Start your tunnel
$ cloudflared tunnel --hostname app.cloudflared.hk
 
# ✓ Connected — your service is now live at app.cloudflared.hk
$

How It Works

Every subdomain is a doorway to a cloudflared tunnel instance.

🏷️
Step 01

Register a Subdomain

A unique subdomain like myapp.cloudflared.hk is assigned to your service. Each name maps to exactly one tunnel.

🔗
Step 02

Connect via Cloudflared

Run a cloudflared daemon on your machine or server. It establishes an encrypted tunnel to Cloudflare's edge network — no port forwarding needed.

🌐
Step 03

Access Anywhere

Traffic to your subdomain is routed through Cloudflare's global network and delivered to your origin via the tunnel. Fast, secure, and private.

┌──────────────┐     ┌───────────────────┐     ┌──────────────────┐
│              │     │                   │     │                  │
│   Browser    │────▶│  Cloudflare Edge   │────▶│  cloudflared     │
│              │     │                   │     │  (your machine)  │
└──────────────┘     └───────────────────┘     └──────────────────┘
                                                        │
  app.cloudflared.hk      DNS + TLS            localhost:8080
                          Argo Tunnel               ▼
                                              ┌──────────┐
                                              │ Your App │
                                              └──────────┘