From 4950a3779750bbafe568e8271da5e6e781ed3310 Mon Sep 17 00:00:00 2001 From: Gabor Seljan Date: Sun, 24 May 2020 17:51:47 +0200 Subject: [PATCH] sslh: add http probe config Signed-off-by: Gabor Seljan --- net/sslh/files/sslh.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/sslh/files/sslh.config b/net/sslh/files/sslh.config index c5f832cdf..cbd767a45 100644 --- a/net/sslh/files/sslh.config +++ b/net/sslh/files/sslh.config @@ -10,6 +10,9 @@ config 'sslh' 'default' # ssh defaults to 'localhost:22' # --ssh : option 'ssh' '' + # http defaults to 'localhost:80' + # --http : + option 'http' '' # ssl defaults to 'localhost:443' # --ssl : option 'ssl' ''