On Fri, 23 Jul 2010, Ray wrote:

I have implemented, thanks to the dnspython list, a simple DNS server.
Here is the code: It simply responds with a TXT record. I am hosting the
script as the NS server for example.com. The NS server is x.y.z.k. It
works fine when I issue something like:

dig demo.example.com @x.y.z.k

Your DNS server is being asked for an A record, but it is responding with a TXT record, which the recursive nameserver is likely rejecting. In the case with the CNAME, that's a legitimate response for a query for an A record.

--
Kevin Chen
_______________________________________________
dnspython-users mailing list
[email protected]
http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users

Reply via email to