Skip to content

Bump github.com/zmap/zdns/v2 from 2.0.5 to 2.1.1#85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/zmap/zdns/v2-2.1.1
Open

Bump github.com/zmap/zdns/v2 from 2.0.5 to 2.1.1#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/zmap/zdns/v2-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps github.com/zmap/zdns/v2 from 2.0.5 to 2.1.1.

Release notes

Sourced from github.com/zmap/zdns/v2's releases.

v2.1.1

What's Changed - Highlights

Couple highlights in this release compared to v2.0.5.

  • Added --per-name-ns-rate-limit and --per-ip-ns-rate-limit to enable rate limiting queries sent to nameservers per-second for nameservers on a per name (ace.ns.cloudflare.com) or per NS IP (108.162.195.65) basis
  • Added a --all-nameservers-all-ips mode which acts like --all-nameservers, but in addition to querying every NS at each level, will query all listed IPs for that nameserver. So if emma.ns.cloudflare.com has 3x A and 3x AAAA records, we'll query all of them if this is true. If false, we'll query only 1 per NS.
  • Fixes a bug where in TCP mode with reusing sockets, a timed out lookup could poison the connection causing all subsequent lookups to fail (#605)
  • Fixes a panic where if a name has nameservers that resolve to a local IP (can happen with a parked domain, snowplowingandremoval.com currently has this where its nameservers resolve to 127.0.0.1), we don't panic.

Along with several other small improvements and updates to dependencies. As always, please don't hesitate to open an issue if you notice any problems!

What's Changed - Full

... (truncated)

Commits
  • 97bdbc3 bump ZDNS version to 2.1.1
  • 9cbbcf2 Fixes panic if user provides IPs and we find a loopback IP during iteration (...
  • f01110c Close TCP Conn on error (#605)
  • d59a213 fix - fixes a regression where --local-addr was ignored when --name-servers p...
  • 2dfc212 outlook.com was being used to test that an insecure domain fails DNSSEC valid...
  • e7b3ca0 Allow resolving both IPv4 and IPv6 with --all-nameservers (--no-preference) (...
  • 5035602 Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#603)
  • 959cca1 Add per-IP and per-name Rate Limits (#601)
  • 192fb87 go get -u ./... for examples/* and add examples to dependabot scanning (#600)
  • 0989959 Fix ---all-name-servers typo in CLI --help (#599)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/zmap/zdns/v2](https://github.com/zmap/zdns) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/zmap/zdns/releases)
- [Changelog](https://github.com/zmap/zdns/blob/main/RELEASE.md)
- [Commits](zmap/zdns@v2.0.5...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/zmap/zdns/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants