Named Conf Reference

Main named.conf Structure

options {
 directory "/var/cache/bind";
 recursion no;
 allow-query { any; };
};

zone "example.com" {
 type master;
 file "db.example.com";
};

Directive Explanation