dnsdiag 1.7.0-1.1 source package in Ubuntu

Changelog

dnsdiag (1.7.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add upstream fix for runtime warning with dnspython 2.
    (Closes: #995015)
  * Build depend on python3, not python3-all.

 -- Adrian Bunk <email address hidden>  Tue, 23 Nov 2021 17:49:52 +0200

Upload details

Uploaded by:
Ana Custura
Uploaded to:
Sid
Original maintainer:
Ana Custura
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnsdiag_1.7.0-1.1.dsc 1.9 KiB 6ce8bd69fdba0c8e49b97a3816f4fec5660f4c892ba22b590c9fe4f84455e6ea
dnsdiag_1.7.0.orig.tar.gz 12.3 KiB 1be2f50239f33d9385c8c37700a65b6e3b05dd7dd3dfe405f866b4f5007ea866
dnsdiag_1.7.0-1.1.debian.tar.xz 5.4 KiB af97465d46bacea0c3d18875d961cc8b5e74e239bb1061f3c5a3209e87c0ccb1

Available diffs

No changes file available.

Binary packages built by this source

dnsdiag: 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.