<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 28/02/2017 22:20, NoBloat wrote:<br>
</div>
<blockquote
cite="mid:11722016.1180.1488320458748.JavaMail.leena@leena-PC"
type="cite">
<blockquote type="cite" style="color: #000000;">
<pre wrap="">Your options are:
</pre>
</blockquote>
<blockquote type="cite" style="color: #000000;">
<pre wrap="">1. Use a different domain (subdomain) for your static and dynamic
records. Godaddy controls one domain; pdns controls the other one. This
is very simple, if you don't mind the static and dynamic records being
separated in this way.
</pre>
</blockquote>
<pre wrap="">I think this is what I'm trying to explain above.
</pre>
</blockquote>
<p>OK, well that's simple.</p>
<p>Suppose your domain is "example.com", and this is what you manage
at godaddy. Then you want to put all your dynamic records into
"dynamic.example.com"</p>
<p>In Godaddy, you delegate the domain:</p>
<p>dynamic NS <name-of-your-pdns-server.></p>
(Aside: for reliability you should really have at least *two* auth
nameservers for dynamic.example.com - see RFC2182)<br>
<br>
Then in your pdns server create zone dynamic.example.com, and names
within it like foo.dynamic.example.com<br>
<br>
HTH,<br>
<br>
Brian.<br>
</body>
</html>