All Projects → rs → Dnstrace

rs / Dnstrace

Licence: mit
DNS resolution tracing tool

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Dnstrace

Trust Dns
A Rust based DNS client, server, and resolver
Stars: ✭ 2,155 (+1206.06%)
Mutual labels:  dns
Vpngate With Proxy
vpn gate client for linux, be able to connect to open vpn server through proxy
Stars: ✭ 150 (-9.09%)
Mutual labels:  dns
Ddns
🚩 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
Stars: ✭ 2,582 (+1464.85%)
Mutual labels:  dns
Passer
Passive service locator, a python sniffer that identifies servers, clients, names and much more
Stars: ✭ 144 (-12.73%)
Mutual labels:  dns
Shuttle
A web proxy in Golang with amazing features.
Stars: ✭ 1,857 (+1025.45%)
Mutual labels:  dns
Routedns
DNS stub resolver, proxy and router with support for DoT, DoH, DoQ, and DTLS
Stars: ✭ 153 (-7.27%)
Mutual labels:  dns
Sysuv6 Dns
May be the best DNS in SYSU.
Stars: ✭ 142 (-13.94%)
Mutual labels:  dns
Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (-2.42%)
Mutual labels:  dns
Massdns
A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
Stars: ✭ 2,093 (+1168.48%)
Mutual labels:  dns
Nictool
NicTool: a DNS management solution
Stars: ✭ 159 (-3.64%)
Mutual labels:  dns
Unbound Docker
Unbound DNS Server Docker Image
Stars: ✭ 147 (-10.91%)
Mutual labels:  dns
Dnsmorph
Domain name permutation engine written in Go
Stars: ✭ 148 (-10.3%)
Mutual labels:  dns
Flares
Flares 🔥 is a CloudFlare DNS backup tool
Stars: ✭ 156 (-5.45%)
Mutual labels:  dns
Nemetric
前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。
Stars: ✭ 145 (-12.12%)
Mutual labels:  dns
Octodns
Tools for managing DNS across multiple providers
Stars: ✭ 2,090 (+1166.67%)
Mutual labels:  dns
Nogo
A cross-platform network-wide ad/site blocker with a simple web control panel.
Stars: ✭ 143 (-13.33%)
Mutual labels:  dns
Dart Basic Utils
A dart package for many helper methods fitting common situations
Stars: ✭ 153 (-7.27%)
Mutual labels:  dns
Sites Using Cloudflare
💔 Archived list of domains using Cloudflare DNS at the time of the CloudBleed announcement.
Stars: ✭ 1,914 (+1060%)
Mutual labels:  dns
Dnscontrol
Synchronize your DNS to multiple providers from a simple DSL
Stars: ✭ 2,089 (+1166.06%)
Mutual labels:  dns
Dnsbin
The request.bin of DNS request
Stars: ✭ 157 (-4.85%)
Mutual labels:  dns

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] <domain>

  -color
    	Enable/disable colors (default true)

Install

Using homebrew:

brew install rs/tap/dnstrace

From source:

go get github.com/rs/dnstrace

Or download a binary package.

License

All source code is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].