Hello,<div><br></div><div>I've been playing around with Unbound and thus far have been /very/ impressed with its performance.  In fact, the only thing currently preventing me switching our primary and secondary DNS from BIND to Unbound is the fact that I can't seem to figure out how to get CNAME resolution to work properly.  The documentation makes reference to using a stub-zone to gain CNAME support, but it's not obvious what that means exactly. I've played around with different stub-zone configurations but as of yet haven't found that seems to work correctly.</div>
<div><br></div><div>The only example I've found that highlights a CNAME entry as part of the Unbound config file is located at > <a href="http://www.howtoforge.com/installing-using-unbound-nameserver-on-debian-etch">http://www.howtoforge.com/installing-using-unbound-nameserver-on-debian-etch</a> < Unfortunately the provided example -- a sample of which is provided inline below -- doesn't work.  Can someone steer me in the right direction as far as how to go about referencing both an internal and external CNAME alias which Unbound will then resolve when requests for the configured sub-domain are made?</div>
<div><br></div><div>Thanks in advance for your help!</div><div><br></div><div><div>local-zone: "<a href="http://example.net">example.net</a>." static</div><div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN NS <a href="http://ns1.hostingcompany.com">ns1.hostingcompany.com</a>."</div>
<div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN NS <a href="http://ns2.hostingcompany.com">ns2.hostingcompany.com</a>."</div><div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN SOA <a href="http://ns1.hostingcompany.com">ns1.hostingcompany.com</a>. <a href="http://hostmaster.hostingcompany.com">hostmaster.hostingcompany.com</a>. 2008052201 28800 7200 604800 86400"</div>
<div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN A 1.2.3.4"</div><div>        local-data: "<a href="http://www.example.net">www.example.net</a>. 86400 IN CNAME <a href="http://example.net">example.net</a>."</div>
<div>        local-data: "<a href="http://mail.example.net">mail.example.net</a>. 86400 IN A 1.2.3.4"</div><div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN MX 10 <a href="http://mail.example.net">mail.example.net</a>."</div>
<div>        local-data: "<a href="http://example.net">example.net</a>. 86400 IN TXT v=spf1 a mx ~all"</div></div><div><br></div><div>-- <br>/M:D<br><br>M. David Peterson<br>Co-Founder & Chief Architect, 3rd&Urban, LLC<br>
Email: m.david@3rdandUrban.com | <a href="mailto:m.david@amp.fm">m.david@amp.fm</a><br>Mobile: (206) 999-0588<br><a href="http://3rdandUrban.com">http://3rdandUrban.com</a> | <a href="http://amp.fm">http://amp.fm</a> | <a href="http://www.oreillynet.com/pub/au/2354">http://www.oreillynet.com/pub/au/2354</a> | <a href="http://broadcast.oreilly.com/m-david-peterson/">http://broadcast.oreilly.com/m-david-peterson/</a><br>

</div>