named2.conf revision f4f73ec517c5389acb234bc737265f8c98ad17f9
options {
pid-file "named.pid";
listen-on { 10.53.0.2;
10.53.0.4; };
recursion no;
notify yes;
};
view "internal" {
match-clients { 10.53.0.2;
10.53.0.3; };
zone "." {
type hint;
file "root.hint";
};
zone "example" {
type master;
file "internal.db";
allow-update { any; };
};
};
view "external" {
match-clients { any; };
zone "." {
type hint;
file "root.hint";
};
zone "example" {
type master;
file "example.db";
};
};