Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 License

Copyright (c) 2022 OARC, Inc.
```