From 08ce89b6e22f1e079cf1d991fe4e44a9caf30177 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Wed, 29 Jul 2020 22:31:02 +0200 Subject: [PATCH] fix tinc configuration target --- sslh-conf.c | 6 +++--- sslh-conf.h | 2 +- sslhconf.cfg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sslh-conf.c b/sslh-conf.c index 3a46661..ae835a7 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Fri Jul 24 16:29:39 2020. + * on Wed Jul 29 22:30:25 2020. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2019 Yves Rutschle @@ -896,7 +896,7 @@ static struct compound_cl_target sslhcfg_xmpp_targets [] = { }; static struct compound_cl_target sslhcfg_tinc_targets [] = { - { & table_sslhcfg_protocols[0], 0, .value.def_string = "openvpn" }, + { & table_sslhcfg_protocols[0], 0, .value.def_string = "tinc" }, { & table_sslhcfg_protocols[1], 1, .value.def_string = "0" }, { & table_sslhcfg_protocols[2], 2, .value.def_string = "0" }, { & table_sslhcfg_protocols[6], 0, .value.def_int = 1 }, @@ -996,7 +996,7 @@ static struct compound_cl_arg compound_cl_args[] = { .override_desc = & table_sslhcfg_protocols [0], .override_matchindex = 0, - .override_const = "openvpn", + .override_const = "tinc", }, { /* arg: xmpp */ diff --git a/sslh-conf.h b/sslh-conf.h index 1bed238..5db17c0 100644 --- a/sslh-conf.h +++ b/sslh-conf.h @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Fri Jul 24 16:29:39 2020. + * on Wed Jul 29 22:30:25 2020. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2019 Yves Rutschle diff --git a/sslhconf.cfg b/sslhconf.cfg index 7033f67..56826ed 100644 --- a/sslhconf.cfg +++ b/sslhconf.cfg @@ -162,7 +162,7 @@ cl_groups: ( override: "name"; argdesc: ""; targets: ( - { path: "name"; value: "openvpn" }, + { path: "name"; value: "tinc" }, { path: "host"; value: "$1" }, { path: "port"; value: "$2" }, { path: "log_level"; value: 1 },