github CramBL/mdns-scanner v0.22.0
0.22.0 - 2025-07-29

latest releases: v0.26.3, v0.26.2, v0.26.1...
8 months ago

Release Notes

Added

  • IP/Hostname entries are now merged if they share an IP/Hostname mapping, in practice that means that a host that is discovered both via IPv4 and IPv6 appears as a single entry in the table
  • Searching also fuzzy-searches the services column

Fixed

  • Store both ipv4 and ipv6 for DNS-SD services and ensure all IPs get associated to discovered services, regardless of order of received DNS packets
  • Fix the IP column width to the size of an IPv6
  • Fix RTT stats not being collected for a host that was first discovered via DNS-SD

Dependencies

  • tokio: 1.46.1 → 1.47.0 (#125)
  • socket2: 0.5.10 → 0.6.0 (#125)
  • toml: 0.9.2 → 0.9.3 (#125)
  • cargo-bins/cargo-binstall: 1.14.1 → 1.14.2 (#124)

Install mdns-scanner 0.22.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.22.0/mdns-scanner-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CramBL/mdns-scanner/releases/download/v0.22.0/mdns-scanner-installer.ps1 | iex"

Download mdns-scanner 0.22.0

File Platform Checksum
mdns-scanner-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mdns-scanner-x86_64-apple-darwin.tar.gz Intel macOS checksum
mdns-scanner-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
mdns-scanner-i686-pc-windows-msvc.zip x86 Windows checksum
mdns-scanner-x86_64-pc-windows-msvc.zip x64 Windows checksum
mdns-scanner-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
mdns-scanner-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
mdns-scanner-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
mdns-scanner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
mdns-scanner-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
mdns-scanner-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
mdns-scanner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
mdns-scanner-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
mdns-scanner-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Don't miss a new mdns-scanner release

NewReleases is sending notifications on new releases.