[note] ngrok - static domain for free
๐ Introduction
ngrok provides users with free static domains!
๐ Quick Start
Install ngrok
1 | sudo snap install ngrok |
Create Domain
Login to ngrok and create your personal domain (random)
Setup Token
1 | ngrok config add-authtoken $YOUR_AUTHTOKEN |
Create Tunnel
1 | ngrok http --url=$URL $PORT |
๐ References
[note] ngrok - static domain for free
https://hsiangjenli.github.io/blog/note_ngrok_free_static_domain/