From 49b236f5baf10dda5d28e42ac4bdf371179200fa Mon Sep 17 00:00:00 2001 From: drpixie Date: Sun, 12 Sep 2021 20:29:05 +1000 Subject: [PATCH] Update dns.sh Include NSD config files from /etc/nsd/nsd.conf.d/*.conf --- setup/dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dns.sh b/setup/dns.sh index b64a6580..855ff0c2 100755 --- a/setup/dns.sh +++ b/setup/dns.sh @@ -62,7 +62,7 @@ for ip in $PRIVATE_IP $PRIVATE_IPV6; do echo " ip-address: $ip" >> /etc/nsd/nsd.conf; done -echo "include: /etc/nsd/zones.conf" >> /etc/nsd/nsd.conf; +echo "include: /etc/nsd/nsd.conf.d/*.conf" >> /etc/nsd/nsd.conf; # Create DNSSEC signing keys.