A Cloudflare-based ngrok CLI compatible program that allows you to create secure tunnels to your local development environment.
- Cloudflare account with API token
cloudflared
npx @circlesac/cgroknpx @circlesac/cgrok config add-authtoken <YOUR_API_TOKEN># Tunnel to localhost:8080 from an ephemeral domain
npx @circlesac/cgrok http 8080
# Tunnel to localhost:8080 from https://<subdomain>.<domain>
npx @circlesac/cgrok http 8080 --url <subdomain>
# Tunnel to localhost:8080 from https://<full_domain>
npx @circlesac/cgrok http 8080 --url <full_domain>