From dfd5e441bda803ff72e3225d565ff577adbf784e Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Wed, 23 Feb 2022 10:41:08 +0000 Subject: [PATCH] Fix resolver warning message not being displayed in setup. --- setup/static/render.js | 2 +- setup/templates/steps/compose/03_expose.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/static/render.js b/setup/static/render.js index 9cfaa343..f1b8e0a5 100644 --- a/setup/static/render.js +++ b/setup/static/render.js @@ -83,7 +83,7 @@ $(document).ready(function() { $("#ipv6").hide(); } }); - $("#unbound").change(function() { + $("#resolver_enabled").change(function() { if ($(this).is(":checked")) { $("#unbound").hide(); } else { diff --git a/setup/templates/steps/compose/03_expose.html b/setup/templates/steps/compose/03_expose.html index 2c5537fe..fe0802fb 100644 --- a/setup/templates/steps/compose/03_expose.html +++ b/setup/templates/steps/compose/03_expose.html @@ -43,7 +43,7 @@ avoid generic all-interfaces addresses like 0.0.0.0 or ::

The unbound resolver enables Mailu to do DNSSEC verification, DNS root lookups and caching. This also helps the antispam service not to get blocked by the public or ISP DNS servers.