github CramBL/mdns-scanner v0.13.0
0.13.0 - 2025-06-22

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

If you used the install script, update by running mdns-scanner update

Release Notes

Added

  • config file, dump the default config to the terminal with the command dump-default-config
  • config key hide_bare_ips hides any IPs with no resolved hostnames or services
  • Pressing Ctrl+C opens a config window for editing the config during a session, currently limited to toggling boolean values
  • Pressing Ctrl+R refreshes all scanning state

Changed

  • Significantly reduce binary size by scrutinizing dependencies
  • To simplify installation from source with the default profile, jemalloc is feature-gated. While it's included in prebuilt binaries, users installing from source must explicitly enable the jemalloc feature to use it instead of the system allocator, i.e.: cargo install --git https://github.com/CramBL/mdns-scanner mdns-scanner --features jemalloc

Install mdns-scanner 0.13.0

Install prebuilt binaries via shell script

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

Download mdns-scanner 0.13.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.