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
Hallo,
Any patch being submitted needs to be in unified diff format as provided by git diff.
The following link gives information on how to submit patches.
https://www.ipfire.org/docs/devel/submit-patches
Regards,
Adolf
On 11/05/2024 22:37, clearskiesnow wrote:
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