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

https://github.com/followtheprocess/dns

A modern alternative to dig, written in Go
https://github.com/followtheprocess/dns

cli dns go

Last synced: 10 months ago
JSON representation

A modern alternative to dig, written in Go

Awesome Lists containing this project

README

          

# dns

[![License](https://img.shields.io/github/license/FollowTheProcess/dns)](https://github.com/FollowTheProcess/dns)
[![Go Report Card](https://goreportcard.com/badge/github.com/FollowTheProcess/dns)](https://goreportcard.com/report/github.com/FollowTheProcess/dns)
[![GitHub](https://img.shields.io/github/v/release/FollowTheProcess/dns?logo=github&sort=semver)](https://github.com/FollowTheProcess/dns)
[![CI](https://github.com/FollowTheProcess/dns/workflows/CI/badge.svg)](https://github.com/FollowTheProcess/dns/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/FollowTheProcess/dns/branch/main/graph/badge.svg)](https://codecov.io/gh/FollowTheProcess/dns)

A modern alternative to dig, written in Go

> [!WARNING]
> **dns is in early development and is not yet ready for use**

![caution](./docs/img/caution.png)

## Project Description

## Installation

Compiled binaries for all supported platforms can be found in the [GitHub release]. There is also a [homebrew] tap:

```shell
brew install --cask FollowTheProcess/tap/dns
```

## Quickstart

### Credits

This package was created with [copier] and the [FollowTheProcess/go-template] project template.

[copier]: https://copier.readthedocs.io/en/stable/
[FollowTheProcess/go-template]: https://github.com/FollowTheProcess/go-template
[GitHub release]: https://github.com/FollowTheProcess/dns/releases
[homebrew]: https://brew.sh