Answers for "install ngrok"

2

brew install ngrok

brew cask install ngrok
Posted by: Guest on June-16-2020
1

install ngrok

npm i -g ngrok
Posted by: Guest on March-08-2021
2

install nginx

sudo apt-get update
sudo apt-get -y install nginx
Posted by: Guest on October-20-2020
1

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
Posted by: Guest on December-30-2020
0

install ngrok on server

ngrok http -host-header="localhost:[port]" [port]
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language