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

https://github.com/gagliardetto/go-dns-trees

A Tool for DNS Delegation Trust Graphing
https://github.com/gagliardetto/go-dns-trees

Last synced: 8 months ago
JSON representation

A Tool for DNS Delegation Trust Graphing

Awesome Lists containing this project

README

          

## go-dns-trees

DNS trust trees graph generator, written in Go. Inspired by https://github.com/mandatoryprogrammer/TrustTrees

### Install

You need to have GraphViz's dot installed on your machine, and available as `dot`.

See https://graphviz.org/download for more info.

### Example usage

```bash
go build -o dns-trees
./dns-trees example.com
```

#### Example successful

![](images/successful.svg)

#### Example with errors

![](images/with_errors.svg)