Skip to content

0.27.4 - 2026-07-03

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:44

Release Notes

Fixed

  • Services on busy networks were discovered but never appeared in the table. Responses arriving out of order, such as an address record before the service record that references it, are now resolved instead of dropped, and the discovery window stays open long enough to collect late responses.
  • Hostname matching is now case-insensitive and tolerates trailing dots, as required by RFC 6762, so services advertised with a different casing than their address records resolve correctly.
  • Hosts announcing several addresses now show their services on every address instead of only the last one seen.
  • Distinct services sharing an instance name but having different types are no longer merged into one.
  • The same hostname no longer appears twice for one address when both the regular DNS lookup and the mDNS lookup resolve it.

Install mdns-scanner 0.27.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CramBL/mdns-scanner/releases/download/v0.27.4/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.27.4/mdns-scanner-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CramBL/tap/mdns-scanner

Download mdns-scanner 0.27.4

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