Reservations

A reservation pins a subdomain to your account permanently. As long as the reservation exists, nobody else can claim that subdomain — and any tunnel you start with --hint <name> will use it.

Reserve a subdomain

$ lrok reserve api-staging
  Reserved https://api-staging.lrok.io for your account.

Use it

lrok http 4242 --hint api-staging

List & release

$ lrok reservations list
api-staging   created 2 days ago
stripe-dev    created 5 days ago

$ lrok reservations release stripe-dev
  Released stripe-dev.

Quotas

Reservations count against your plan's reservation quota:

  • Free — 1 reservation, kept forever.
  • Pro — unlimited reservations.

Why you would want one

  • Webhooks. Stripe, GitHub, and Slack only let you set the URL once. A reservation means you do not re-configure them every morning.
  • OAuth callbacks. Most providers require an exact callback URL on file.
  • Demos & staging. Send the same URL to your team, every day.