my local.conf file for bind on nt

14 Jul

// local direct zone
zone “localhost” {
type master;
file “localhost”;
allow-update { none; };
allow-transfer { none; };
notify no;
};

// local reverse zone
zone “0.0.127.in-addr.arpa” {
type master;
file “127.0.0”;
allow-update { none; };
allow-transfer { none; };
notify no;
};

zone “dtdns.net” {
type master;
file “dtdns.net.txt”;
allow-update { none; };
allow-transfer { none; };
notify no;
};