Bind can only work for the DNS server inside zone
- by Bob
I got a big problem when I added a new zone to my current Bind configuration.
===============/etc/named.conf===============
include "/etc/rndc.key";
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndckey"; };
};
acl "trusted" { 127.0.0.1; 208.43.81.157; 69.4.236.88; };
options {
directory "/var/named";
…