Skip to content

Releases: zmap/zdns

v2.0.0-RC1

26 Dec 16:07
86d191e
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

v2.0.0 introduces several major changes for ZDNS.

Highlights include:

  • The largest change was a refactor to split ZDNS into a core library and a CLI wrapper that utilizes the library. With this change, other Go tools will be able to interface directly with ZDNS without having to call and parse CLI output.
  • Support for DoH and DoT lookups
  • Proper --all-nameservers support that queries every nameserver at each step of the iteration process
  • CNAME/DNAME following for all lookups by default
  • --validate-dnssec adds support for a full validation of DNSSEC for a given record (thanks to @developStorm for this feature!)

Along with a host of bug fixes, performance improvements, testing enhancements, and smaller features.

What's Changed

Read more

v1.1.0 Release

30 May 22:19
c889e07
Compare
Choose a tag to compare

Thanks to everyone who contributed to this release. This release mostly includes a couple small additions (EDNS/NSAID structures and CSYNC support) as well as another integration test for more dependable builds.

What's Changed

New Contributors

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

v1.0.0 Release

10 Sep 17:09
fa7d67d
Compare
Choose a tag to compare

Since folks are starting to use ZDNS in other projects and platforms, we're going to start semantically versioning releases. Tagging main as v1.0.0 as a starting point.