Answers for "start ngrok to port"

4

https host ngrok

ngrok http https://localhost:5000 -host-header="localhost:5000"

ngrok http https://localhost:58043 -host-header="localhost:58043"
Posted by: Guest on January-12-2022
1

how do you stop your ngrok tunnel

On windows machine go to command prompt:

taskkill /f /im ngrok.exe
Posted by: Guest on December-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language