Categorygithub.com/DNS-OARC/cmdns-cli
repositorypackage
1.1.0
Repository: https://github.com/dns-oarc/cmdns-cli.git
Documentation: pkg.go.dev

# README

Check My DNS Client

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.

make dep
make
./cmdns-cli -help