Nate Sales is an open-source developer whose public catalog currently centers on qdns, a lightweight yet unusually complete command-line DNS client. Written in Go and designed for network engineers, penetration testers, and automation scripts, qdns unifies every mainstream transport—plain UDP/TCP, DNS-over-TLS, DNS-over-HTTPS, DNS-over-QUIC, and the newer Oblivious DoH—behind a single, POSIX-friendly binary. Typical use cases range from quick record look-ups during incident response to batch auditing of resolver configurations, CI pipeline checks for zone propagation, or privacy-conscious diagnostics from behind restrictive firewalls. Because the tool compiles to a static executable, it ships without dependency headaches on Windows, Linux, or macOS, making it easy to embed in tool-chains or portable toolkits. Despite its small footprint, qdns exposes granular flags for recursion, class, query-type, EDNS options, and raw hex output, so power users can replicate virtually any dig-style task while also experimenting with emerging encrypted transports. While the publisher’s portfolio presently lists only this one utility, its clean architecture and active issue tracker suggest a template for future networking micro-tools. The software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always pull the latest release, and can be installed individually or in bulk alongside other applications.

qdns

A tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH.

Details