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

Correct inheritance so default servers are threaded. #29

Closed niallm90 closed 2 years ago

niallm90 commented 2 years ago

The class inheritance was is the wrong order so the ThreadingMixIn wasn't actually applying.