## named.conf - configuration for bind
#

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

key rndc_key {
        algorithm   hmac-md5;
        secret "32cQo34LF0JheZAvud/z+g==";
};

controls {inet 72.96.52.127 port 953 allow {localhost;} keys {rndc_key;}
; };  


zone  "0.0.127.in-addr.arpa" { 
	type master; 
	file  "0.0.127.in-addr.arpa.zone"; 
};

zone  "localhost" { 
	type master; 
	file  "localhost.zone"; 
};

zone  "bogus25.com" { 
	type master; 
	file  "bogus25.com.zone"; 
};