From dc7980a3e063992f7500b9ab33c7eae9564681d4 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Sun, 3 May 2020 01:13:41 +0100 Subject: [PATCH] unboundplus: Use 'forward-tls-upstream' config key While 'forward-ssl-upstream' is indeed an alias/alternative syntax for the '*tls*' option, therefore it's more a cosmetic thing - specially because it's called DNS over TLS. Just to be consistent with terms used. --- .../opnsense/service/templates/OPNsense/Unboundplus/dot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/unbound-plus/src/opnsense/service/templates/OPNsense/Unboundplus/dot.conf b/dns/unbound-plus/src/opnsense/service/templates/OPNsense/Unboundplus/dot.conf index ae59c336b..8837f8fd7 100644 --- a/dns/unbound-plus/src/opnsense/service/templates/OPNsense/Unboundplus/dot.conf +++ b/dns/unbound-plus/src/opnsense/service/templates/OPNsense/Unboundplus/dot.conf @@ -3,7 +3,7 @@ server: tls-cert-bundle: /etc/ssl/cert.pem forward-zone: name: "." - forward-ssl-upstream: yes + forward-tls-upstream: yes {% for dot in OPNsense.unboundplus.miscellaneous.dotservers.split(',') %} forward-addr: {{ dot }} {% endfor %}