Added unbound for stack flavor

This commit is contained in:
Ionut Filip
2018-10-23 17:46:06 +03:00
parent 393bf566da
commit 120c29eff6
3 changed files with 34 additions and 2 deletions

View File

@@ -3,6 +3,13 @@
and let users access their mailboxes. Mailu has some flexibility in the way
you expose it to the world.</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">
Enable unbound resolver
</label>
</div>
<div class="form-group">
<label>Subnet</label>
<input class="form-control" type="text" name="subnet" required pattern="^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))$"