10.4.3. Reloading the Configuration and Zones
To reload both the configuration file and zones, type the following at a shell prompt:
This will reload the zones while keeping all previously cached responses, so that you can make changes to the zone files without losing all stored name resolutions.
If you intend to manually modify a zone that uses Dynamic DNS (DDNS), make sure you run the freeze
command first:
~]# rndc freeze localhost
Once you are finished, run the thaw
command to allow the DDNS again and reload the zone:
~]# rndc thaw localhost
The zone reload and thaw was successful.