use ngrok code example

Example 1: how do you stop your ngrok tunnel

On windows machine go to command prompt:

taskkill /f /im ngrok.exe

Example 2: ngrok

Start tunnel with any port
./ngrok http http://localhost:9999

Example:
http://1ffcb38dcb8b.ngrok.io/paragonasia/

BAD:
http://1ffcb38dcb8b.ngrok.io/paragonasia

Start tunnel with prt 80
./ngrok http 80

Example 3: ngrok stack overflow localhost expose

Ngrok localhost configuration

Example 4: how to add iis to ngrok

ngrok http -host-header="localhost:[port]" [port]

Example 5: ngrok

./ngrok http 3000

Example 6: ngrok

$ ./ngrok authtoken 1dLfazAyroRPboegbwh3M7x9Hc8_7Q8wNUYKAxSt5rqXbUwKD

Tags:

Misc Example