Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 637 Bytes

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.

Install

Requires Go v1.18+

go install github.com/DNS-OARC/cmdns-cli@latest

License

MIT License

Copyright (c) 2022 OARC, Inc.