Using Cloudflare Tunnels as ngrok replacement at work
The company I work for is exploring Cloudflare Tunnels as a replacement for ngrok, which we use for developers to expose their locally running application to the internet to test webhooks like Stripe.
From what I've gathered, Cloudflare Tunnels is free to use up to 1000 tunnels and a good use case for this: https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/
Because we have to do our due diligence: is it ok for our company to leverage this across our engineering organization? Or does this violate any terms of service? We have around 250 engineers, for context.
Thanks in advance!
Cloudflare Docs
Preview Local Projects with Cloudflare Tunnel · Cloudflare Pages docs
Cloudflare Tunnel runs a lightweight daemon (cloudflared) in your infrastructure that establishes outbound connections (Tunnels) between your origin web server and the Cloudflare global network. In practical terms, you can use Cloudflare Tunnel to allow remote access to services running on your local machine. It is an alternative to popular tool...
0 Replies