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

NS record support #22

Open MaddieM4 opened 11 years ago

MaddieM4 commented 11 years ago

Properly support packing and unpacking NS records. Which apparently is kind of a bitch.

MaddieM4 commented 11 years ago

It actually looks like this works now, I just need some proper tests for it. The problem I was having earlier, that I may have misdiagnosed as NS record {un,}packing failure, turned out to be how the DnsSource handled incoming ADDITIONAL records, which is a totally separate problem.

This bug is still important though, because I don't feel confident in NS packing and unpacking yet. Not until there's some solid testing for it.