Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop sharing a port on Ngrok

Tags:

People also ask

How do I turn off active session in Ngrok client?

You should see (CTRL+C to quit) on the top right corner of your terminal, when you are running a ngrok session (Online).

Does Ngrok require port forwarding?

Your localhost development server is mapped to an ngrok.io sub-domain, which a remote user can then access. There's no need to expose ports, set up forwarding, or make other network changes. The ngrok client software is available for Windows, macOS, and Linux.


the Ngrok documentation mentions this example to share a local port on Internet. Example: Open port 80 on your local machine to the internet

$ ngrok 80

How do I stop sharing this port if I would not want it to be accessed on the internet any more.