Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DNS-OARC/cmdns-cli
Check My DNS command line client
https://github.com/DNS-OARC/cmdns-cli
dns golang testing
Last synced: 2 days ago
JSON representation
Check My DNS command line client
- Host: GitHub
- URL: https://github.com/DNS-OARC/cmdns-cli
- Owner: DNS-OARC
- License: mit
- Created: 2017-11-22T22:23:51.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T08:06:47.000Z (21 days ago)
- Last Synced: 2024-10-28T13:11:28.659Z (11 days ago)
- Topics: dns, golang, testing
- Language: Go
- Homepage: https://www.dns-oarc.net/oarc/services/cmdns
- Size: 37.1 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Check My DNS Client
This [Go](https://golang.org) program is a command line interface for
[Check My DNS](https://cmdns.dev.dns-oarc.net) 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+
```shell
go install github.com/DNS-OARC/cmdns-cli@latest
```## License
```
MIT LicenseCopyright (c) 2022 OARC, Inc.
```