3ecc777eb9
Ensure printed messages are flushed immediately ( fixes #59 )
...
Also send error messages to stderr
2019-03-15 17:47:48 +01:00
1d37debd96
Add -c0 support for infinite loop ( fixes #57 )
2019-03-15 17:36:39 +01:00
0a9b362587
Update classifiers to reflect support for newer python 3.x and pypy
2018-08-05 16:59:47 +04:30
a81525fc5f
Fix travis config to build 3.7 and 3.8-dev
2018-08-05 16:47:38 +04:30
3f8db03853
Fixing 3.7 build again
2018-08-05 16:45:55 +04:30
f58597f702
Add 3.8-dev target to test
2018-08-05 16:44:02 +04:30
133f5c7952
Trying to fix python 3.7 build on Travis
2018-08-05 16:41:18 +04:30
3e8e1e41d7
Add build-matrix support
2018-08-05 16:33:50 +04:30
befeb64a41
Test with more recent python versions and pypy
2018-08-05 16:28:12 +04:30
b0f1335664
Fix badges
2018-08-05 11:22:22 +04:30
0648619d2a
Merge branch 'master' of github.com:farrokhi/dnsdiag
2018-08-05 11:20:00 +04:30
151c383cc1
Merge pull request #56 from fossabot/master
...
Add license scan report and status
2018-08-05 11:16:14 +04:30
fossabot
b78ec5516c
Add license scan report and status
...
Signed-off-by: fossabot <badges@fossa.io>
2018-08-04 23:35:44 -07:00
d3a1fd2308
Merge pull request #54 from Bashar/patch-4
...
updated with sort and comments
2018-05-15 18:24:47 +04:30
b8dbe54f1a
Merge pull request #55 from Bashar/patch-3
...
updated freenom and the missing quad9 with comments
2018-05-15 18:22:07 +04:30
Bashar Al-Abdulhadi
9e153c406d
updated with sort and comments
2018-05-15 16:47:35 +03:00
Bashar Al-Abdulhadi
0fe4786bba
updated freenom and the missing quad9 with comments
2018-05-15 16:44:57 +03:00
9b47a3084a
minor description change
2018-05-15 16:45:05 +04:30
b1b4f06730
Include sample server files
2018-04-03 17:08:14 +04:30
25c243efa1
Preparing for v1.6.4
...
General improvements and fixes
v1.6.4
2018-04-03 17:01:50 +04:30
a0c26242ec
Add sample input file with IPv4 address of public resolvers
...
for people who are still on legacy networks from late 20th century.
2018-04-02 22:38:00 +04:30
e93120da19
Fix sample input filename in README
2018-04-02 22:36:02 +04:30
dc7f03eac3
Add CloudFlare's new resolver (v4/v6) ( Fixes #51 )
2018-04-02 11:52:29 +04:30
7390514877
Deal with failures to open input file ( fixes #50 )
2018-02-18 07:36:37 +03:30
bbff3b44f6
Use "dnsdiag" keyword when generating random hostnames
2018-01-23 17:36:02 +03:30
d93b87b2a2
Remove a leftover debug message
2018-01-23 17:14:23 +03:30
8a9acd9100
Add -m
to force cache-miss measurement in dnseval ( Closes #41 )
...
Using `-m` causes dnseval to add a random hostname prefix to the given
domain name (format is "_dnseval_RANDOM_."). This will cause NXDOMAIN
and the query fails, but we do measure the response time anyway.
2018-01-23 15:20:36 +03:30
8283f4dbc2
Ability to have comments in resolvers list ( Closes #43 )
2018-01-23 12:25:46 +03:30
e3ddfff88e
User can specify source address ( Fixes #46 )
...
- also respect resolver port number (if specified by user)
2018-01-23 12:13:50 +03:30
1b9849c224
Use more accurate response time measurement method ( fixes #44 )
2018-01-23 11:32:40 +03:30
76b843d728
Merge pull request #42 from webernetz/patch-1
...
Update public-servers.txt
2017-11-27 23:03:21 +03:30
Johannes Weber
037457f0cc
Update public-servers.txt
...
Added the open DNS resolvers from Quad9 and OpenDNS. Both for IPv6 and legacy IP.
2017-11-27 20:31:46 +01:00
4c9aaf921b
Merge pull request #38 from will-h/master
...
Allow '-f -' to denote stdin
2017-11-04 20:12:25 +03:30
Will Hargrave
f1807d34ea
Allow '-f -' to denote stdin
2017-11-01 21:34:56 +00:00
9caa006e5b
Change default ping interval to 1 second
2017-10-06 10:46:16 +03:30
5a99d58dd1
Ignore virtualenv directory
2017-10-06 10:38:00 +03:30
c92ea53e57
Use a more readable color in verbose mode
2017-05-02 14:45:03 +04:30
47dbc6afe3
Update installation notes to reflect recent changes
v1.6.3
2017-05-02 14:18:52 +04:30
39e564e626
Use cymruwhois from pypi and remove submodule
...
- cymruwhois maintainer recovered his access to pypi and
uploaded latest package. There is no need to use it as
submodule anymore. So we added an external dependency.
- Refactor whois data caching in dnstraceroute and unbreak
caching mechanism which was broken since previous commit
due to a bug in time delta calculation.
2017-05-02 14:16:17 +04:30
3df692e6db
No more needed
v1.6.2
2017-04-30 21:18:45 +04:30
2dcf0e7b78
Fix setuptools
2017-04-30 21:12:08 +04:30
a0f9cae673
Fix setuptool installation and dependecies
2017-04-30 19:35:36 +04:30
51e3d252f2
Add color mode to dnseval ("-C" option)
v1.6.1
2017-04-26 12:53:05 +04:30
7db7684c95
Fix display in case of no answer ( fix #34 )
2017-04-25 22:28:22 +04:30
bde3263cfa
Use semantic versioning
...
and more standard constant names
2017-04-24 17:43:47 +04:30
21944596fb
Bump version
v1.6.0
2017-04-24 15:39:23 +04:30
896484244c
Fix string formatting
2017-04-24 15:37:24 +04:30
62f66a9b3c
Add verbose mode to print actual response(s) ( FIX #28 )
2017-04-24 15:17:22 +04:30
6c1d7313fe
Display correct TTL in case of multiple responses like CNAME ( FIX #29 )
2017-04-24 14:42:34 +04:30
0c01d0ebb2
Improve help message
2017-04-24 14:41:53 +04:30