Check My DNS command line client
https://www.dns-oarc.net/oarc/services/cmdns
- Go 97.5%
- Dockerfile 2.1%
- Shell 0.4%
| .forgejo/workflows | update | |
| .gitignore | Small client for running Check My DNS tests from command line | |
| Dockerfile | update | |
| fmt.sh | update | |
| go.mod | update | |
| go.sum | update | |
| LICENSE | update | |
| main.go | Dump DNS | |
| README.md | update | |
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.26+
go install codeberg.org/DNS-OARC/cmdns-cli@latest
License
MIT License
Copyright (c) 2026 OARC, Inc.