From e913eeeb88dc6351effd4a31021b7e2f6d11960f Mon Sep 17 00:00:00 2001 From: yrutschle Date: Mon, 30 Dec 2019 21:06:09 +0100 Subject: [PATCH] explicit what sslhconf.cfg is for --- sslhconf.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sslhconf.cfg b/sslhconf.cfg index a30abc7..698e1ce 100644 --- a/sslhconf.cfg +++ b/sslhconf.cfg @@ -1,3 +1,9 @@ +# This is a configuration file for the configuration +# generator: it is used by +# conf2struct(http://www.rutschle.net/tech/conf2struct/README.html) +# to generate the config file and command line parser in +# sslh-conf.c + header: "sslh-conf.h"; parser: "sslh-conf.c";