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

Diagnose recursive resolution crashes on certain domains #30

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

I've already improved the diagnostic system outside ticketed issues (didn't have internet for a whole lot of the day, had to work pure-local). It seems like a pretty sure thing that the problem is with our CNAME handling. So let's try improving support there, and seeing if that fixes recursive resolution for the current example case, www.theuselessweb.com.

MaddieM4 commented 11 years ago

31 seems to have fixed this, as I'd hoped.