ngrok¶
Allows you to expose a web server running on your local machine to the internet
install¶
- download zip from: https://dashboard.ngrok.com/get-started/setup
- unzip to install: unzip /path/to/ngrok.zip
- connect your account: ./ngrok authtoken 1xwtkqswEnLLU5UPIlL4il9QggA_6Y4q2iWNVt4qY9ziHJVeF
- fire it up: ./ngrok http 8086