Properly configure nsd, bump version

This commit is contained in:
David Duque 2020-04-22 16:25:12 +01:00
parent 3589ac2c06
commit 8ca34e18bd
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(Power) Mail-in-a-Box
=====================
## Current Version: v0.44.POWER.4 (Tracking v0.44)
## Current Version: v0.44.POWER.5 (Tracking v0.44)
This is a fork of MiaB (duh), hacked and tuned to my needs:

View File

@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
# want to display in status checks.
if [ "`lsb_release -d | sed 's/.*:\s*//' `" == "Debian GNU/Linux 10 (buster)" ]; then
# This machine is running Ubuntu 18.04.
TAG=v0.44.POWER.4
TAG=v0.44.POWER.5
else
echo "This script must be run on a system running Debian 10."

View File

@ -23,6 +23,7 @@ apt_install ldnsutils openssh-client
mkdir -p /var/run/nsd
mkdir -p /etc/nsd
mkdir -p /etc/nsd/zones
touch /etc/nsd/zones.conf
touch /etc/nsd/nsd.conf
cat > /etc/nsd/nsd.conf << EOF;