// generated by named-bootconf.pl

options {
	directory "/var/named";
};

// 
// a primary name server for the CS 409 lab
// 

zone "csnet.montana.edu" {
   type master;
   file "csnet.db";
};

zone "199.90.153.in-addr.arpa" {
   type master;
   file "db.153.90.199";
};

// caching the local network

zone "." IN {
	type hint;
	file "named.ca";
};

zone "localhost" IN {
	type master;
	file "localhost.zone";
	allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
	type master;
	file "named.local";
	allow-update { none; };
};