dns/dnscrypt-proxy: make plugin compatible with 2.1 (#3810)

merged, thanks!
This commit is contained in:
Michael 2024-02-08 17:20:56 +01:00 committed by GitHub
parent 1eec51a655
commit 2dce81a09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= dnscrypt-proxy
PLUGIN_VERSION= 1.14
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.15
PLUGIN_COMMENT= Flexible DNS proxy supporting DNSCrypt and DoH
PLUGIN_DEPENDS= dnscrypt-proxy2
PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -5,6 +5,10 @@ such as DNSCrypt v2 and DNS-over-HTTPS.
Plugin Changelog
================
1.15
* Update plugin for dnscrypt-proxy 2.1
1.14
* Fix display of the config with more than one disabled server in GUI (contributed by Evgeny Grin (karlson2k))

View file

@ -89,7 +89,7 @@ tls_disable_session_tickets = true
tls_disable_session_tickets = false
{% endif %}
bootstrap_resolvers = '{{ OPNsense.dnscryptproxy.general.fallback_resolver }}'
bootstrap_resolvers = ['{{ OPNsense.dnscryptproxy.general.fallback_resolver }}']
{% if helpers.exists('OPNsense.dnscryptproxy.general.ignore_system_dns') and OPNsense.dnscryptproxy.general.ignore_system_dns == '1' %}
ignore_system_dns = true