Skip to content

Commit

Permalink
enable unbound by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Jan 5, 2022
1 parent 379fe18 commit 984ae8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/templates/steps/compose/03_expose.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<input class="form-control" type="text" name="subnet6" required value="{{ subnet6 }}:beef::/64">
</div>

<p>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.</p>
<p>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.</p>
<div class="form-check form-check-inline">
<label class="form-check-label">
<input class="form-check-input" type="checkbox" name="resolver_enabled" value="true">
<input class="form-check-input" type="checkbox" name="resolver_enabled" value="true" checked>
Enable unbound resolver
</label>
</div>
Expand Down

0 comments on commit 984ae8b

Please sign in to comment.