reconfig
Reload the configuration file and load new zones,
but do not reload existing zone files even if they have changed. This is faster than a full reload when there is a large number of zones because it avoids the need to examine the modification times of the zones files.更多需要查看:
修改了named.conf用 rndc reconfig 更新。
修改了区文件用 rndc reload 区名 更新。
比如我们在named.conf里面新增加了一个叫test.com 的区,这时候就用rndc reconfig来让更改生效。后来我们又需要在test.com里面增加一个的a记录,这次我们没有修改named.conf,只修改了区文件,所以用rndc reload test.com来更新这个区。