mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/dnscrypt-proxy: make plugin compatible with 2.1 (#3810)
merged, thanks!
This commit is contained in:
parent
1eec51a655
commit
2dce81a09f
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue