Hacker News new | ask | show | jobs
by zackbloom 1587 days ago
Cloudflare Tunnel will spin up a free tunnel for you even without a Cloudflare account. If you run `brew install cloudflare/cloudflare/cloudflared` and then `cloudflared tunnel --url http://localhost:8080` you will get a URL you can use to reach that local port from the Internet.

I use it to share in-progress work with co-workers, test webhooks, etc.

Edit: fixed command thanks to comment below :)

1 comments

Nice alternative to ngrok! I didn't realize this was possible without a cloudflare account.

FWIW the brew install command is `brew install cloudflare/cloudflare/cloudflared` (via https://developers.cloudflare.com/cloudflare-one/connections...)