Source: dnsdiag Section: net Priority: optional Maintainer: Ana Custura Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, dh-exec Standards-Version: 4.2.0 Homepage: https://dnsdiag.org/ Vcs-Git: https://salsa.debian.org/python-team/modules/dnsdiag.git Vcs-Browser: https://salsa.debian.org/python-team/modules/dnsdiag Package: dnsdiag Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-dnspython, python3-cymruwhois Description: DNS request auditing toolset Set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect. Dnsping can be used to measure the response time of a given DNS server for arbitrary requests. Just like a traditional ping utility, it provides similar functionality for DNS requests. . Dnstraceroute can be used to trace the path a DNS request takes to destination. Its purpose is to detect whether a request is redirected or hijacked. This can be done by comparing different DNS queries being sent to the same DNS server using dnstraceroute and observe if there is any difference between the path. . dnseval evaluates multiple DNS resolvers and helps you choose the best DNS server for your network. It is highly recommended to use your own DNS resolver as opposed to a third-party DNS server, but in case you need to choose the best DNS forwarder for your network, dnseval lets you compare different DNS servers from performance (latency) and reliability (loss) point of view.