mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-12 04:05:05 -05:00
f842e2e081
Corrected OpenVPN probe to support pre-shared secret mode (OpenVPN port-sharing code is... wrong). Thanks to Kai Ellinger for help in investigating and testing. Added an actual TLS/SSL probe. Added configurable --on-timeout protocol specification. Added a --anyprot protocol probe (equivalent to what --ssl was). Makefile respects the user's compiler and CFLAG choices (falling back to the current values if undefined), as well as LDFLAGS. (Michael Palimaka) Added "After" and "KillMode" to systemd.sslh.service (Thomas Weißschuh). Added LSB tags to etc.init.d.sslh (Thomas Varis).
12 lines
209 B
Desktop File
12 lines
209 B
Desktop File
[Unit]
|
|
Description=SSL/SSH multiplexer
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/sslh
|
|
ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|