We now need to tell our Bind which our nodes are:
We create a ACL with our NODES IPS:
acl "nodes" {
1.1.1.1; // ns1.domain.com
2.2.2.2; // ns2.domain.com
3.3.3.3; // ns3.domain.com
4.4.4.4; // ns4.domain.com
};
And then we add in options:
notify explicit;
//allow-query {"nodes";}; /* You should stop answering queries once Nodes are online but needed for migration */
allow-transfer {"nodes";};
allow-notify {"nodes";};
Let’s have a look of an Agent’s Cloudlinux 7 named.conf what looks like