Releases: blechschmidt/massdns
Releases · blechschmidt/massdns
MassDNS 1.1.0
What's Changed
- Python script to fetch public IPv4 DNS servers with high reliability by @brandonkovacs in #96
- Only remove quotes around txt record value in ndjson output mode #103 by @srknzl in #105
- Remove additional
--update
forapk
in Dockerfile by @PeterDaveHello in #118 - support list of dedicated resolvers/nameservers in domains file by @infosec-it-init in #116
- add support to query SVCB and HTTPS records by @zirngibl in #120
- Fix dedicated resolvers by @infosec-it-init in #125
- Removed dead servers by @davift in #139
- Updated the python script and fix the import error in ct.py by @h4r5h1t in #137
- Add fallback UID/GID for privilege drop by @TheTechromancer in #143
New Contributors
- @brandonkovacs made their first contribution in #96
- @srknzl made their first contribution in #105
- @PeterDaveHello made their first contribution in #118
- @infosec-it-init made their first contribution in #116
- @davift made their first contribution in #139
- @h4r5h1t made their first contribution in #137
- @TheTechromancer made their first contribution in #143
Full Changelog: v1.0.0...v1.1.0
MassDNS 1.0.0
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
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
.