localhost tunneling with ngrok on linux code example
Example 1: ngrok config file
ngrok start --config=./ngrok.yml --all
Example 2: how do you stop your ngrok tunnel
On windows machine go to command prompt:
taskkill /f /im ngrok.exe
ngrok start --config=./ngrok.yml --all
On windows machine go to command prompt:
taskkill /f /im ngrok.exe