Path to this page:
./
net/py-dnsdiag,
DNS Diagnostics and Performance Measurement Tools
Branch: CURRENT,
Version: 2.5.0,
Package name: py311-dnsdiag-2.5.0,
Maintainer: pkgsrc-usersEver been wondering if your ISP is hijacking your DNS traffic? Ever
observed any misbehavior with your DNS responses? Ever been redirected
to wrong address and suspected something is wrong with your DNS?
Here we have a set of tools to perform basic audits on your DNS
requests and responses to make sure your DNS is working as you
expect.
You can measure the response time of any given DNS server for
arbitrary requests using dnsping. Just like traditional ping utility,
it gives you similar functionality for DNS requests.
You can also trace the path your DNS request takes to destination
to make sure it is not being 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. While it is highly recommended
to use your own DNS resolver and never trust any 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.
Required to run:[
net/py-dns] [
devel/py-setuptools] [
lang/python27] [
net/py-cymruwhois]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 18.429 KB
Version history: (Expand)
- (2024-06-19) Updated to version: py311-dnsdiag-2.5.0
- (2023-08-10) Updated to version: py310-dnsdiag-2.1.0
- (2022-08-26) Updated to version: py310-dnsdiag-2.0.2
- (2022-01-05) Updated to version: py39-dnsdiag-1.7.0nb1
- (2021-10-07) Updated to version: py39-dnsdiag-1.7.0
- (2020-08-03) Updated to version: py37-dnsdiag-1.7.0
CVS history: (Expand)
2023-08-10 07:17:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-dnsdiag: updated to 2.1.0
2.1.0
Add -m flag to enforce cache-miss
Add -r flag to clear RD flag (disable recursion)
Bump dependency versions to latest
Remove support for python 3.4 - 3.6
Other minor quality of life improvements
|
2022-08-26 12:14:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-dnsdiag: fix DEPENDS line
|
2022-08-26 11:22:27 by Pierre Pronchery | Files touched by this commit (3) | |
Log message:
py-dnsdiag: update to 2.0.2
Changes in version 2.0.2:
* Small bug fixes and improvements
Changes in version 2.0.1:
* Add support for DNSSEC
* Add -F to display flags for each response (dnsping)
* Display full response in verbose mode (dnsping)
* Add DoT (DNS over TLS) support (dnsping, dnseval)
* Add DoH (DNS over HTTPS) support (dnsping, dnseval)
* Add TCP support
* Improved JSON output support for dnseval
* Refactor and PEP8 cleanup
* Do not use system resolver when not needed
* Add support for user defined source IP address
* Add user-specified destination port (-p/--port)
* Improve error handling
* Display last response code for each entry
* Rework custom socket and custom TTL support
* Rework time calculation logic to eliminate an extra DNS request that
was just sent for timing (dnstraceroute)
* Update docs (output samples, use cases, etc)
* Use proper terminology (in code) to reduce confusion
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-08-03 16:11:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-dnsdiag: updated to 1.7.0
v1.7.0:
Add JSON export
Ignore unrelated ICMP messages
Fix statistics calculation
-c 0 for infinite ping
Flush output messages
Update sample public resolver data
|
2018-04-06 14:21:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dnsdiag: updated to 1.6.4
1.6.4:
General improvements and bug fix release
|