sslh: Add support for external config file

This allows users to use an external config file if required (for
example matching packets based on SNI hostname or REGEX patterns).

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
This commit is contained in:
Mircea Horea IONICĂ
2017-03-31 19:33:24 +01:00
committed by Jonathan McCrohan
parent 16ac0e8205
commit 727cb7e6e7
4 changed files with 49 additions and 8 deletions
+2
View File
@@ -28,3 +28,5 @@ config 'sslh' 'default'
# verbose defaults to off
# -v
option 'verbose' '0'
# use external config file
# option configfile '/etc/sslh.conf'