named1.conf revision f4f73ec517c5389acb234bc737265f8c98ad17f9
options {
pid-file "named.pid";
listen-on { 10.53.0.2; };
recursion no;
notify yes;
};
zone "." {
type hint;
file "root.hint";
};
zone "example" {
type master;
file "example.db";
allow-update { any; };
};