beyondcode / expose

A beautiful, fully open-source, tunneling service - written in pure PHP
https://expose.dev
MIT License
4.24k stars 262 forks source link

bug: sub domain generator never triggered with `share` command #372

Open toonvanstrijp opened 1 year ago

toonvanstrijp commented 1 year ago

In the docs there is a section that explains about generating a unique subdomain automatically, but when using the share command it uses a subdomain based on the target for example http://localhost:3000 becomes https://localhost.tunnel.debugged.nl (when no subdomain is given). Because of this the generator is never triggered and used for generating a unique domain as the docs explain.