/ Home
Ngrok
-
Login in on Ngrok website https://ngrok.com/
-
You can use your Gmail account to speed up the process.
-
Instruction given in this link: https://dashboard.ngrok.com/get-started/setup/linux
Setup (One time)
snap install ngrok
ngrok config add-authtoken <yourtoken>
Commands
# forward local
ngrok http 80
# permanent
ngrok http --domain=<check ngrok website under static domain> 80
Using static domain
