<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
For our purposes we need a DNS server to always respond to  NS record requests. The problem is subdomains seem not to have NS records created for them even if the root domain as an NS record created.<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Ideally <br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<ol>
<li>When a client asking for the NS record of a subdomain if it doesn't exist I want unbound to return the NS record of the APEX domain<br>
<br>
</li><li>If that doesn't work then at least return a static entry for any NS record request of ANY domain or subdomain<br>
<br>
The solution I have right now is:<br>
<br>
<span>local-zone: domain.com typetransparent<br>
</span><span>local-data: "app.domain.com ns 8.8.8.8"<br>
<br>
but that would require me to add an entry for every single "domain.com" and "app.domain.com"</span></li></ol>
<div>Anybody have a better solution?</div>
<div><br>
</div>
<div>Thanks In Advance!</div>
</div>
<br>
</div>
</body>
</html>