MaddieM4 / pymads

A fork of the pymds authoritative DNS server, designed for asynchronous lookup without domain restrictions.
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Expand the DnsError class #4

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

I'm going to make DnsError a lot cooler, by encapsulating all the data necessary to return an error to the DNS client. A DnsError thrown anywhere in the main loop can be caught and "served" appropriately.

MaddieM4 commented 11 years ago

Include a fix for the NXDOMAIN traceback printouts.