é nsupdate o que você está procurando. Ele pode ser usado para fazer alterações dinâmicas em instalações BIND adequadamente configuradas.
nsupdate -k /etc/somekeyfile
> server 127.0.0.1 /* address from the controls section of named.conf */
> zone local
> update add usvr.local 86400 cname ubuntuSVR.local
> send /* add the record */
> update delete usvr.local
> send /* delete the record */