git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
888c580
)
sslh: add http probe config
author
Gabor Seljan
<redacted>
Sun, 24 May 2020 15:51:47 +0000
(17:51 +0200)
committer
Gabor Seljan
<redacted>
Tue, 26 May 2020 17:58:35 +0000
(19:58 +0200)
Signed-off-by: Gabor Seljan <redacted>
net/sslh/files/sslh.config
patch
|
blob
|
history
diff --git
a/net/sslh/files/sslh.config
b/net/sslh/files/sslh.config
index c5f832cdfb60fab0e7320a574d2ef9d96b58c7af..cbd767a45fa96b36b1fa8d809b1517f067120be7 100644
(file)
--- 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 <sshhost>:<sshport>
option 'ssh' ''
+ # http defaults to 'localhost:80'
+ # --http <httphost>:<httpport>
+ option 'http' ''
# ssl defaults to 'localhost:443'
# --ssl <sslhost>:<sslport>
option 'ssl' ''
git clone https://git.99rst.org/PROJECT