dnsdiag 2.5.0-2 source package in Ubuntu

Changelog

dnsdiag (2.5.0-2) unstable; urgency=medium

  * Team upload.
  * Weaken python3-cryptography dependency to >= 42; 42.0.7 is
    overly-specific and isn't currently in Debian.

 -- Colin Watson <email address hidden>  Sun, 14 Jul 2024 11:56:07 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnsdiag_2.5.0-2.dsc 2.1 KiB a1f597dc7bfa48b1c233954f50640c7c08a148981402b6d06c7ddf2a7fbc3239
dnsdiag_2.5.0.orig.tar.gz 18.1 KiB c79e2895c8661f607a5a20a3e814042f152bb489d05e450ccdd889222b87f38f
dnsdiag_2.5.0-2.debian.tar.xz 5.4 KiB 4e961144d28d9a9e7db9c35801582ddca155f3c9f394b2927aedf37c8d3fdd9f

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.