// NS2
options {
port 5300;
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.signed"; allow-update { any; }; };
include "trusted.conf";