mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
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 %}
|
||||
|
||||
Reference in New Issue
Block a user