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.
This commit is contained in:
Patrik Kernstock
2020-05-08 15:38:22 +02:00
committed by Franco Fichtner
parent 930995ba3a
commit dc7980a3e0
@@ -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 %}