diff --git a/setup/static/render.js b/setup/static/render.js index 84ac5cc2..9cfaa343 100644 --- a/setup/static/render.js +++ b/setup/static/render.js @@ -83,4 +83,11 @@ $(document).ready(function() { $("#ipv6").hide(); } }); + $("#unbound").change(function() { + if ($(this).is(":checked")) { + $("#unbound").hide(); + } else { + $("#unbound").show(); + } + }); }); diff --git a/setup/templates/steps/compose/03_expose.html b/setup/templates/steps/compose/03_expose.html index 80340f05..2c5537fe 100644 --- a/setup/templates/steps/compose/03_expose.html +++ b/setup/templates/steps/compose/03_expose.html @@ -40,13 +40,16 @@ 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.

+

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.

+

You server will be available under a main hostname but may expose multiple public hostnames. Every e-mail domain that points to this server must have one of the