1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ for ip in $PRIVATE_IP $PRIVATE_IPV6; do
echo " ip-address: $ip" >> /etc/nsd/nsd.conf; echo " ip-address: $ip" >> /etc/nsd/nsd.conf;
done 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. # Create DNSSEC signing keys.