命名为dynamic更新模拟

我想通过dynamic更新手动更改绑定服务器中的一些条目。 但是我找不到任何具体的工具来做这件事。 是否有任何cli应用程序,我可以指定logging添加/删除和发送特定的请求?

是nsupdate你在找什么。 它可用于对适当configuration的BIND安装进行dynamic更改。

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 */