From eceb918fd1160f80d27e3460e338d6d406e5fba4 Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 14 Aug 2021 16:21:47 +0100 Subject: [PATCH] fix debian stretch support --- templates/stunnel-client.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stunnel-client.conf.j2 b/templates/stunnel-client.conf.j2 index 136d397..ad40776 100644 --- a/templates/stunnel-client.conf.j2 +++ b/templates/stunnel-client.conf.j2 @@ -2,9 +2,9 @@ sslVersion = TLSv1.2 {% else %} sslVersionMin = TLSv1.2 -{% endif %} options = SINGLE_ECDH_USE options = SINGLE_DH_USE +{% endif %} setuid = stunnel4 setgid = stunnel4