https://github.com/rs/dnstrace
DNS resolution tracing tool
https://github.com/rs/dnstrace
dns
Last synced: 10 months ago
JSON representation
DNS resolution tracing tool
- Host: GitHub
- URL: https://github.com/rs/dnstrace
- Owner: rs
- License: mit
- Created: 2018-08-09T02:41:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:49:49.000Z (over 3 years ago)
- Last Synced: 2025-03-31T13:18:34.079Z (about 1 year ago)
- Topics: dns
- Language: Go
- Size: 1.56 MB
- Stars: 283
- Watchers: 2
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnstrace
This tool performs a DNS resolution by tracing the delegation path from the root name servers, and by following the CNAME chain. Each query is reported with statistics about all delegated name servers.
## Features
* Follow CNAMEs
* Query all name servers in parallel and report stats for each
* Report about non glued name server lookup time
* Enable DNSSEC query option to better emulate name server queries
* Compute the cold best path as if the resolver started with an empty cache to recurse queried name
## Usage
```
Usage: dnstrace [qtype]
-color
Enable/disable colors (default true)
```

## Install
Using [homebrew](http://brew.sh/):
```
brew install rs/tap/dnstrace
```
From source:
```
go install github.com/rs/dnstrace@latest
```
Or download a [binary package](https://github.com/rs/dnstrace/releases/latest).
# License
All source code is licensed under the [MIT License](https://raw.github.com/rs/dnstrace/master/LICENSE).