13 domains, not all used, ant 12 subdomains.
Now every 5 minutes receive email with:
Action: sh /script/restart-dns --force >/dev/null 2>&1
Bind not working, djbdns also. Now using nsd.
But in BIND "/opt/configs/bind/conf/defaults/named.acl.conf" file I can add secondary dns server ip address with it, server synchronizates dns records and makes other server to have information, because second dns is not mine, but servers provider.
acl allow-transfer {
localhost;
123.123.123.123;
};
acl allow-notify {
localhost;
123.123.123.123;
};
Any way to work samething like this in NSD?