Browse Source

sslh: add http probe config

Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
lilik-openwrt-22.03
Gabor Seljan 4 years ago
parent
commit
4950a37797
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/sslh/files/sslh.config

+ 3
- 0
net/sslh/files/sslh.config View File

@ -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' ''


Loading…
Cancel
Save