antoniomika / sish

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

how to disable random subdomain. #304

Closed dangtrungluong closed 1 month ago

dangtrungluong commented 1 month ago

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

antoniomika commented 1 month ago

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

Please read the documentation before opening an issue, thanks!