mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-19 01:27:58 +02:00
Update dns.sh
Include NSD config files from /etc/nsd/nsd.conf.d/*.conf
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user