# # logging # logging { category update { default_syslog; default_debug; }; category notify { default_syslog; default_debug; }; category security { default_syslog; default_debug; }; }; # # dynamic zone # zone "dyn.biohz.net" { type master; # this file will then be read-only (it is written by named) file "dyn.biohz.net"; # this is dynamic zone, editable from remote allow-update { 10/8; }; # tell slaves when the zone is updated notify yes; };