Update dns.sh

Include NSD config files from /etc/nsd/nsd.conf.d/*.conf
This commit is contained in:
drpixie
2021-09-12 20:29:05 +10:00
committed by GitHub
parent 91079ab934
commit 49b236f5ba
+1 -1
View File
@@ -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.