Difference between revisions of "Ngrok: ubuntu"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " unzip /path/to/ngrok.zip ./ngrok authtoken <your_auth_token> ./ngrok help ./ngrok http 80")
 
Line 1: Line 1:
  
 +
sudo apt update
 +
sudo apt install snapd
 +
sudo snap install ngrok
  
 
  unzip /path/to/ngrok.zip
 
  unzip /path/to/ngrok.zip

Revision as of 12:50, 5 January 2021

sudo apt update
sudo apt install snapd
sudo snap install ngrok
unzip /path/to/ngrok.zip
./ngrok authtoken <your_auth_token>
./ngrok help
./ngrok http 80