Skip to content

Releases: blechschmidt/massdns

MassDNS 1.1.0

09 Mar 00:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

MassDNS 1.0.0

08 Oct 17:02
Compare
Choose a tag to compare

With the release of version 1.0.0, MassDNS switches to semantic versioning. Compared to the previous release, response code filtering using --ignore and --filter is new. Additionally, a bug in the NDJSON output was fixed by commit 0b50765. Furthermore, the handling of unconventional DNS names was improved (23ee79a and related commits).

MassDNS 0.3

29 Mar 10:46
Compare
Choose a tag to compare

This version of MassDNS uses a custom DNS implementation in order to improve performance by minimizing memory allocations. For this reason, MassDNS no longer depends on ldns. In addition, MassDNS now supports outputting results as NDJSON.