2
0
Fork
You've already forked cmdns-cli
1
Check My DNS command line client https://www.dns-oarc.net/oarc/services/cmdns
  • Go 97.5%
  • Dockerfile 2.1%
  • Shell 0.4%
2026年07月07日 17:15:27 +02:00
.forgejo/workflows update 2026年07月07日 17:13:44 +02:00
.gitignore Small client for running Check My DNS tests from command line 2017年11月22日 23:27:40 +01:00
Dockerfile update 2026年07月07日 17:13:44 +02:00
fmt.sh update 2026年07月07日 17:13:44 +02:00
go.mod update 2026年07月07日 17:13:44 +02:00
go.sum update 2026年07月07日 17:13:44 +02:00
LICENSE update 2026年07月07日 17:13:44 +02:00
main.go Dump DNS 2022年06月30日 16:52:21 +02:00
README.md update 2026年07月07日 17:13:44 +02:00

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.