Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.8 KB

ngrok.md

File metadata and controls

29 lines (21 loc) · 1.8 KB
title
Ngrok

I now use Cloudflare Tunnel for exposing local services to the web (such as localhost). Bore seems nice too.

Using it

If I started my local server on port 3000. This command: ngrok http 3000 will create a shareable link of my tunneled server.

Notes

Links