“instale ngrok” Respostas de código

Brew install ngrok

brew cask install ngrok
Disgusted Dugong

instale ngrok

npm i -g ngrok 
Clumsy Capuchin

Instale o nginx

sudo apt-get update
sudo apt-get -y install nginx
Amused Aardvark

ngrok

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
Zidane (Vi Ly - VietNam)

Instale o ngrok no servidor

ngrok http -host-header="localhost:[port]" [port]
Helpless Hedgehog

Respostas semelhantes a “instale ngrok”

Perguntas semelhantes a “instale ngrok”

Mais respostas relacionadas para “instale ngrok” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código