This Go program is a command line interface for Check My DNS and will test the system configured DNS resolver. All output on stdout is streamed JSON, each object is separated with a new line. Status and errors are outputted on stderr.
Use CTRL-C to break the program when it's done (or -done
, see -help
),
it does not exit on it's own because you can still get results after all
checks are done.
Requires Go v1.18+
go install github.com/DNS-OARC/cmdns-cli@latest
MIT License
Copyright (c) 2022 OARC, Inc.