how to setup domain to ngrok in windows 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: how to add iis to ngrok
ngrok http -host-header="localhost:58821" 58821