mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Jonathan McCrohan
parent
16ac0e8205
commit
727cb7e6e7
@@ -28,3 +28,5 @@ config 'sslh' 'default'
|
||||
# verbose defaults to off
|
||||
# -v
|
||||
option 'verbose' '0'
|
||||
# use external config file
|
||||
# option configfile '/etc/sslh.conf'
|
||||
|
||||
Reference in New Issue
Block a user