// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918" key DHCP_UPDATER { algorithm hmac-md5; secret "9b4137278ea954efc30c5d436473b345"; }; zone "localtrain" { type master; file "/etc/bind/db.train.com"; allow-update { key DHCP_UPDATER; }; update-policy { grant; }; };