Hi All,

I am currently using the pipe backend to server powerdns response.
I am trying to make powerdns as all authoritative server.

dig query -> dig ANY subdomain.mydomain.com

I am sending the following response to powerdns
1. pdns requests for SOA record
2. I send back
     subdomain.mydomain.com. 0 IN SOA ahu.mydomain.com. ns1.mydomain.com.
2008080300 1800 3600 604800 3600
3. pdns requests for ANY record
4. I send back A & TXT records.

I see the SOA record coming in ANSWER SECTION of dig query response.
I want to make it come to AUTHORITY SECTION.

What can i do to make it happen?

Thanks,
Sumit
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to