Difference between revisions of "Ngrok: ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
sudo apt update | sudo apt update | ||
− | sudo apt install snapd | + | sudo apt -y install snapd |
sudo snap install ngrok | sudo snap install ngrok | ||
Revision as of 10:43, 6 January 2021
Instalasi
sudo apt update sudo apt -y install snapd sudo snap install ngrok
atau
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip unzip /path/to/ngrok.zip
Running
./ngrok authtoken <your_auth_token> ./ngrok help ./ngrok http 80
Referensi