<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 2 May 2016 at 10:05,  <span dir="ltr"><<a href="mailto:jasonsu@mail-central.com" target="_blank">jasonsu@mail-central.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">General question --<br>
<br>
When I want to change a zone file's data manually, say to add an A record, what's the right procedure:<br><br></blockquote><div>If the zone is set up for dynamic updates, like the examples you've given, then in order to touch the zone file directly you need to temporarily tell BIND to stop managing the file.</div><div><br></div><div>The general procedure is</div><div>1) use 'rndc freeze <zone>' to stop dynamic updates to the zone</div><div>2) edit the file</div><div>3) use 'rndc thaw <zone>' to re-enable dynamic updates</div><div><br></div><div>If the zone is not set up to use dynamic updates, then:</div><div>1) edit the zone file</div><div>2) 'rndc reload <zone>'</div></div></div></div>