Hi, in the hopes of reviving the sslh add-on and avoiding its removal, here's the only change needed to fix its startup init script:
src/initscripts/packages/sslh
diff sslh sslh.new
39c39
< -p "${LOCAL_IP_ADDRESS}:443" -s localhost:222 -l localhost:444
---
> -p "${LOCAL_IP_ADDRESS}:443" --ssh=localhost:222 --tls=localhost:444