dns-checker
CLI tool to check domain liveness via DNS lookups and emit JSON results.
Usage
Options
--backendDNS resolver backend (hickorydefault,gnu-cLinux only).--concurrencyMaximum concurrent DNS checks (default: 100).
Python bindings
Python 3.10+ bindings for the Rust library using PyO3.
Build (maturin)
# or
Backends
hickory(default)gnu-c(Linux only): build with--features "python gnu-c"
Usage
# or using the gnu-c backend (Linux only)