// use case
A truly free ngrok alternative — with a reserved subdomain
ngrok's free plan rotates your URL on every restart and caps bandwidth + requests. lrok's free plan keeps a reserved subdomain forever, doesn't meter bandwidth, and doesn't cap requests.
Install
$ curl -fsSL https://lrok.io/install.sh | shSign in
$ lrok login # opens browser, no copy-pasteReserve a name and tunnel
$ lrok reserve myapp $ lrok http 3000 --hint myapp Forwarding https://myapp.lrok.io -> http://127.0.0.1:3000
// why lrok for this
Free plan: 1 active tunnel, 1 reserved subdomain (kept forever), unlimited bandwidth, unlimited requests, live request inspector. Pro is $9/mo flat for unlimited everything.