I've just completed my first PowerDNS installation and have configured<br>it with recursive lookups and just one zone (<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://test.com/" target="_blank">test.com
</a>). I created a CNAME<br>record for <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.test.com/" target="_blank">www.test.com</a> that points to a real zone on my production<br>DNS. Here is the problem, when I try to resolve
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.test.com/" target="_blank">www.test.com</a>, it<br>doesn't come back with the IP from my CNAME record lookup, but instead<br>it actually resolves
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.test.com/" target="_blank">www.test.com</a> from the public DNS. This has me<br>wondering two things:<br><br>1. Is this the correct format for a CNAME record?
<br>INSERT INTO records (domain_id, name, content, type,ttl) VALUES<br>(1,'<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.test.com/" target="_blank">www.test.com</a>','<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://host.mydomain.com/" target="_blank">
host.mydomain.com</a>','CNAME',120);<br><br>2. Should PowerDNS EVER send a recursive lookup for a domain that is<br>listed in its domains table? Seems like it should recognize it is the<br>authority and always respond.
<br><br>Thanks,<br>Tom