antoniomika / sish

HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
https://ssi.sh
MIT License
4.03k stars 308 forks source link

how to disable random subdomain. #304

Closed dangtrungluong closed 6 months ago

dangtrungluong commented 6 months ago

The subdomain sub.domain.com is unavailable. Assigning a random subdomain. if unavailable, can stop it?

antoniomika commented 6 months ago

Use --force-requested-subdomains to force subdomains to be chosen.

Please read the documentation before opening an issue, thanks!