Answers for "how to run ngrok"

4

ngrok start server

## Change "80" with your app port.
ngrok.exe http 80
Posted by: Guest on October-26-2021
1

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
Posted by: Guest on December-30-2020
0

how to add iis to ngrok

ngrok http -host-header="localhost:58821" 58821
Posted by: Guest on April-02-2020
0

how to add iis to ngrok

ngrok http -host-header="localhost:[port]" [port]
Posted by: Guest on April-02-2020

Browse Popular Code Answers by Language