Skip to content

0.3.1 - 2026-07-06

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:15
9e07c4f

Release Notes

Fixed

  • SERVFAIL answers now count as a propagation signal instead of being
    discarded as unreachable. A resolver answering SERVFAIL is saying "I tried
    to resolve this name and could not" — the exact state of a resolver stuck
    on a delegation whose old nameservers were deleted mid-NS-migration (or a
    DNSSEC validation failure). Such resolvers now hold the propagation
    percentage below 100% and keep watch mode polling; they show as
    ✗ SERVFAIL in the table (FAIL in --once output) with their own
    footer count. Previously they were lumped in with timeouts/refusals, so a
    broken delegation could report as fully propagated.
    (#23)

Install dnsglobe 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/514-labs/dnsglobe/releases/download/v0.3.1/dnsglobe-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install 514-labs/tap/dnsglobe

Download dnsglobe 0.3.1

File Platform Checksum
dnsglobe-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dnsglobe-x86_64-apple-darwin.tar.xz Intel macOS checksum
dnsglobe-x86_64-pc-windows-msvc.zip x64 Windows checksum
dnsglobe-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dnsglobe-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum