mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
sslh: Add http probe support
Signed-off-by: Warren Ng <looklookson@gmail.com>
This commit is contained in:
@@ -44,6 +44,9 @@ start_instance() {
|
||||
# I) sslh config file (cmd line args override file settings)
|
||||
config_get val "${section}" configfile
|
||||
[ -n "${val}" ] && append args "-F${val}"
|
||||
# J) http parameter
|
||||
config_get val "${section}" http
|
||||
[ -n "${val}" ] && append args "--http ${val}"
|
||||
|
||||
# Defaults were removed for --user and --pidfile options
|
||||
# in sslh 1.11; Define them here instead.
|
||||
|
||||
Reference in New Issue
Block a user