does this look right

Scott.Wiseman scott.wiseman at realestatenet.com
Tue Jun 13 23:35:03 UTC 2000


/*
BIND8 main configuration file with slave zone statements: named.conf.slave
*/

options
{
directory "c:\winnt4\system32\dns\etc";
 allow-transfer { 216.184.208.175; };  'this is the primary running bind
4.9x
 }; 

/* remove/add the comment delimiters below to activate/disactivate logging
*/

logging
{
 channel my_file {file "c:/winnt/system32/dns/log/named.run";};
 severity debug; print-time yes;}; 
 category default {my_file;};
 category panic {my_file;};
 category packet {my_file;};
 category eventlib {my_file;};
 category queries {my_file;};
};


zone "." 		IN {type hint;	file "db.cache";};

zone "monarchbeach-homes.com" 	IN {type slave;	file
"db.monarchbeach-homes";	masters { 216.184.208.175; };};

zone "216.184.208.171.IN-ADDR.ARPA" 	IN {type slave;	file
"db.216.184.208.171"; masters { 216.184.208.175; };};

zone "0.0.127.IN-ADDR.ARPA" IN {type master;	file "db.127.0.0";};



More information about the bind-users mailing list