mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Merge 8f5146f610 into c2c49fb1a1
This commit is contained in:
commit
7b4a437c95
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ tls_disable_session_tickets = true
|
|||
tls_disable_session_tickets = false
|
||||
{% endif %}
|
||||
|
||||
bootstrap_resolvers = ['{{ OPNsense.dnscryptproxy.general.fallback_resolver }}']
|
||||
bootstrap_resolvers = [{{ "'" + ("','".join(OPNsense.dnscryptproxy.general.fallback_resolver.split(','))) + "'" }}]
|
||||
|
||||
{% if helpers.exists('OPNsense.dnscryptproxy.general.ignore_system_dns') and OPNsense.dnscryptproxy.general.ignore_system_dns == '1' %}
|
||||
ignore_system_dns = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue