<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 2 May 2016 at 16:38,  <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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class=""><br>
<br>
On Mon, May 2, 2016, at 12:15 PM, Jeremy C. Reed wrote:<br>
> What about using a specific zone file just for the purpose of the single<br>
> A record you want to maintain using dynamic updates?<br>
<br>
</span>Well, this is a timely idea for another issue I've been working on ...<br>
<br>
Could you expand on this a bit? Maybe an example?<br>
<br>
I'm not clear how you go about maintaining a 'different' zone for a record that belong in the 'original', parent zone.<br><br></blockquote><div>He's suggesting something like having <a href="http://example.com">example.com</a> and <a href="http://dynamic.example.com">dynamic.example.com</a> as separate zones, where the A record at the apex of the <a href="http://dynamic.example.com">dynamic.example.com</a> zone is the host you want to maintain.   That'll let you have different configurations for both zones (one dynamic, one manual).</div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><a href="http://example.com">example.com</a>. IN SOA (...)</font></div><div><font face="monospace, monospace">             IN NS <a href="http://ns1.example.com">ns1.example.com</a>.</font></div><div><font face="monospace, monospace">             IN NS <a href="http://ns2.example.com">ns2.example.com</a>.<br></font></div><div><font face="monospace, monospace"><br></font></div></div><font face="monospace, monospace">www          IN A  192.0.2.1</font></div><div class="gmail_extra"><font face="monospace, monospace">dynamic      IN NS <a href="http://ns1.example.com">ns1.example.com</a>.</font></div><div class="gmail_extra"><div><font face="monospace, monospace">             IN NS <a href="http://ns2.example.com">ns2.example.com</a>.</font></div></div><div class="gmail_extra"><font face="monospace, monospace">---</font></div><div class="gmail_extra"><font face="monospace, monospace"><br></font></div><div class="gmail_extra"><font face="monospace, monospace"><a href="http://dynamic.example.com">dynamic.example.com</a>. IN SOA (...).</font></div><div class="gmail_extra"><div class="gmail_extra"><div class="gmail_quote"><div><font face="monospace, monospace">             IN NS <a href="http://ns1.example.com">ns1.example.com</a>.</font></div><div><font face="monospace, monospace">             IN NS <a href="http://ns2.example.com">ns2.example.com</a>.<br></font></div><div><font face="monospace, monospace">             IN A  192.0.2.1  ; use nsupdate to change me<br></font></div></div></div><div><font face="monospace, monospace">---</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><br></font></div></div><div class="gmail_extra"><br></div></div>