Difference between revisions of "Ngrok: ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
./ngrok help | ./ngrok help | ||
./ngrok http 80 | ./ngrok http 80 | ||
+ | |||
+ | |||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * https://snapcraft.io/install/ngrok/ubuntu | ||
+ | * https://ngrok.com/download | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[ngrok]] |
Revision as of 12:51, 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
Referensi