Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

and copy/paste the following, then save a quit vim:

Code Block
[Unit]
Description=sslh transparent (see /usr/local/sbin/ssl-transparent)
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/local/sbin/sslh-transparent

[Install]
WantedBy=multi-user.target

nowOnce saved, let's enable it SSLH persistence on our system:

Code Block
languagebash
sudo systemctl daemon-reload
sudo systemctl enable sslh-transparent

...