paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
295 stars 84 forks source link

Request: add NULL to QTYPE #14

Closed DidierStevens closed 3 years ago

DidierStevens commented 4 years ago

Would you mind adding the null record (experimental)?

in dnslib.QTYPE, add 10:'NULL'

I need it in one of my Python tools. I added it on my machine, but it would be easier for maintenance if it was in the master code.

Thanks,

Didier

paulc commented 3 years ago

Didier,

Thanks for pointing this out - I've added in Git but haven't created a new PyPi release yet (will wait until I have a few more changes). Hope this is ok.

Regards, Paul

DidierStevens commented 3 years ago

Thanks a lot Paul.

No problem, there's no hurry.

Cheers,

Didier