Is a fixed domain for dev -l environment possible?

I currently have a project domain setup, testProject123 and when I try to do netlify dev -l in my associated dev folder the domain thats created is testProject123-x12345.netlify.live where x12345 is a random id thats unique every time I run netlify dev -l

Is it possible to have the url be fixed, i.e testProject123.netlify.live for the live dev environment?

Thanks

1 Like

It is not currently possible, but I’ve filed a feature request based on this request that you can track here: use consistent hostname for live tunnel URL · Issue #399 · netlify/cli · GitHub

I’ll also attempt to follow up on this thread once it is shipped.