Added unbound to setup

- Added checkbox for unbound resolver
- Added subnet variable
- Added dns variable which is generating the ip address based on subnet
This commit is contained in:
Ionut Filip
2018-10-23 15:42:19 +03:00
parent bcfce27ee2
commit 7c07efc216
5 changed files with 64 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ SECRET_KEY={{ secret(16) }}
# PUBLIC_IPV4= {{ bind4 }} (default: 127.0.0.1)
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
# Subnet
# SUBNET={{ subnet }}
# Main mail domain
DOMAIN={{ domain }}