From 8ca34e18bde8bc948e99aff5a23ae6a7f69dca55 Mon Sep 17 00:00:00 2001 From: David Duque Date: Wed, 22 Apr 2020 16:25:12 +0100 Subject: [PATCH] Properly configure nsd, bump version --- README.md | 2 +- setup/bootstrap.sh | 2 +- setup/dns.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e1a36f..e226bd3b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index d980482d..499722d0 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -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." diff --git a/setup/dns.sh b/setup/dns.sh index 48453d21..58607194 100755 --- a/setup/dns.sh +++ b/setup/dns.sh @@ -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;