Comment 3 for bug 1787092

Revision history for this message
Eric Miller (erickmiller) wrote :

Contents of the named.conf file are:

include "/etc/rndc.key";
options {
        listen-on port 53 { 192.168.1.3; };
        directory "/var/lib/named";
        allow-new-zones yes;
        dnssec-validation yes;
        auth-nxdomain no;
        request-ixfr no;
        recursion no;
        forwarders { ; };
        minimal-responses yes;
        allow-notify { 192.168.1.1;192.168.1.2;192.168.1.3; };
};

controls {
        inet 192.168.1.3 port 953 allow { 192.168.1.1; 192.168.1.2; 192.168.1.3; } keys { "rndc-key"; };
};