Skip to content

Sample Cache Server Config File

Lawrence Law edited this page Feb 21, 2017 · 1 revision
options {
        directory "/var/cache/bind";

        recursion yes;

        forwarders {
                208.67.222.222;
                208.67.220.220;
        };
        forward only;

        dnssec-enable yes;
        dnssec-validation yes;

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};
Clone this wiki locally