Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

/etc/bind/named.conf.options

From COCNM
Jump to navigation Jump to search

Houselian

options {
        directory "/var/cache/bind";
        allow-transfer { 192.168.26.0/24; };
        auth-nxdomain no;    # conform to RFC1035
        dnssec-enable yes;
        allow-recursion { 192.168.26.0/24; 127.0.0.1; };
        };
        logging {
                category lame-servers { null; };
        };

Porchlian

options {
        directory "/var/cache/bind";
        allow-transfer { 192.168.26.0/24; 192.168.27.0/24; };
        auth-nxdomain no;    # conform to RFC1035
        dnssec-enable yes;
        allow-recursion { 192.168.26.0/24; 192.168.27.0/24; 127.0.0.1; };
        };
        logging {
                category lame-servers { null; };
        };