<div dir="ltr">Hi All,<div><br></div><div>I am currently using the pipe backend to server powerdns response.</div><div>I am trying to make powerdns as all authoritative server.</div><div><br></div><div>dig query -> dig ANY <a href="http://subdomain.mydomain.com">subdomain.mydomain.com</a></div><div><br></div><div>I am sending the following response to powerdns </div><div>1. pdns requests for SOA record</div><div>2. I send back </div><div>     <a href="http://subdomain.mydomain.com">subdomain.mydomain.com</a>. 0<span class="" style="white-space:pre">   </span>IN<span class="" style="white-space:pre">        </span>SOA<span class="" style="white-space:pre">        </span><a href="http://ahu.mydomain.com">ahu.mydomain.com</a>. <a href="http://ns1.mydomain.com">ns1.mydomain.com</a>. 2008080300 1800 3600 604800 3600</div><div>3. pdns requests for ANY record</div><div>4. I send back A & TXT records.</div><div><br></div><div>I see the SOA record coming in ANSWER SECTION of dig query response.</div><div>I want to make it come to AUTHORITY SECTION.</div><div><br></div><div>What can i do to make it happen?</div><div><br></div><div>Thanks,</div><div>Sumit</div></div>