Answers for "how to start ngrok"

4

ngrok start server

## Change "80" with your app port.
ngrok.exe http 80
Posted by: Guest on October-26-2021
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