Commit graph

5 commits

Author SHA1 Message Date
adam
132ec60ba0 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
2020-08-03 14:11:32 +00:00
adam
55239a49f4 py-dnsdiag: updated to 1.6.4
1.6.4:
General improvements and bug fix release
2018-04-06 12:21:00 +00:00
adam
ec3842ea60 py-dnsdiag: update to 1.6.3
1.6.3:
Bug fixes.
2017-10-05 09:53:12 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
e3c9ee5a20 Import py-dnsdiag-1.5.0 as net/py-dnsdiag.
Ever 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.
2016-06-30 17:48:21 +00:00