Skip to content

Commit

Permalink
dns/dnscrypt-proxy: make plugin compatible with 2.1 (opnsense#3810)
Browse files Browse the repository at this point in the history
merged, thanks!
  • Loading branch information
mimugmail authored Feb 8, 2024
1 parent 1eec51a commit 2dce81a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dns/dnscrypt-proxy/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
4 changes: 4 additions & 0 deletions dns/dnscrypt-proxy/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dce81a

Please sign in to comment.