infusion d'installation ngrok
brew cask install ngrok
Disgusted Dugong
brew cask install ngrok
npm i -g ngrok
sudo apt-get update
sudo apt-get -y install nginx
Start tunnel with any port
./ngrok http http://localhost:9999
Example:
http://1ffcb38dcb8b.ngrok.io/paragonasia/
BAD:
http://1ffcb38dcb8b.ngrok.io/paragonasia
Start tunnel with prt 80
./ngrok http 80
ngrok http -host-header="localhost:[port]" [port]