0c01d0ebb2
Improve help message
2017-04-24 14:41:53 +04:30
8267ce55b2
Update list of public resolvers
2017-04-23 14:06:21 +04:30
87cea8c04c
Improve query time measurement accuracy and display
2017-04-23 13:23:17 +04:30
6a0b0c2ff5
Fix build with Travis CI
2016-11-14 16:26:36 +03:30
c9f3fe6f0d
We don't need a _modified_ dnspython anymore. Fix docs.
2016-11-14 15:44:49 +03:30
77aec5958f
Improve expert hints ( fix #30 )
...
Now we assume a radius for local network (persumably 4 hops). Now if a DNS server appears next to a private or reserved IP address, and it happens within 4 hops, then it is your local network and this is not necessarily a bad thing. But if it happens beyond 4 hops, we assume it is public network, and you are not supposed to see a probe response from a private IP address on internet (fishy).
2016-11-14 15:40:07 +03:30
d78c67dc79
Update README
2016-10-20 14:12:30 +03:30
66e5d5acef
Remove local dnspython submodule since the latest dnspython (as of 1.15.0) supports all the requirements
2016-10-14 14:19:43 +03:30
2715f42722
Change default timeout value to 2 (was 5) ( fix #24 )
2016-08-22 16:02:25 +04:30
50934cbe91
Fix handling invalid TTL and some output string justifications ( fix #26 , #27 )
2016-08-22 15:58:58 +04:30
93b0d6ec51
Show TTL in dnseval output and update README ( fix #23 )
2016-08-16 15:08:19 +04:30
cc5dffc5d5
Do not exit if a resolver cannot resolve a name ( Fix #22 )
2016-08-16 14:36:08 +04:30
3220c1b65d
Remove -e from examples
2016-08-06 16:41:56 +04:30
af6e32aa3f
Update README to reflect new changes in flags (-e -> -x)
2016-08-06 16:41:01 +04:30
c110b19266
Reverse behavior of -e flag. EDNS0 is now enabled by default ( fix #21 )
2016-08-06 16:40:05 +04:30
6c4a88b819
Fix conflicting -e switch (--expert and --edns).
...
- Also reverse behavior of -e flag. EDNS0 is now enabled by default.
2016-08-06 16:38:47 +04:30
a576293bc0
Enable EDNS0 by default. -e disables EDNS0 ( fix #21 )
2016-08-06 16:36:56 +04:30
b0e73e1b9d
Merge pull request #20 from hamishcoleman/master
...
Add option to pause between each dnsping request
2016-08-04 13:15:28 +04:30
Hamish Coleman
df366d5934
Add option to pause between each dnsping request
2016-08-04 14:13:33 +10:00
ec6e93e2b2
Update readme with fixed example output
2016-06-26 17:49:05 +04:30
52b89212f0
Use ASCII character for separator
2016-06-26 17:48:03 +04:30
94fa0508eb
Bump version
2016-06-26 17:17:24 +04:30
ff52245007
Add EDNS0 support and update docs
2016-06-26 17:15:54 +04:30
5b8b94a2c0
Update example for dnstraceroute
2016-06-26 16:59:05 +04:30
744d492c3d
Update example for dnsping
2016-06-26 16:57:11 +04:30
26fdd00647
Add support for EDNS0 flag
2016-06-26 16:54:22 +04:30
40052f008d
Using EDNS0 is now optional and disabled by default
...
Also update documentation with new example
2016-06-26 16:42:19 +04:30
8535bb2aba
Bump version
2016-06-15 17:15:29 +04:30
b23a3ce081
Fix looking up NS record from root server
...
- also resolve hostname to IP if name is given as dns server
- raise timeout to 2 seconds
2016-06-15 17:14:10 +04:30
364312cbac
Add list of root servers as example for dnseval
2016-06-15 16:29:53 +04:30
adb4f26f8a
Bump version
2016-06-15 16:27:27 +04:30
eeb647b99f
Fix bug in dealing with root servers
2016-06-15 16:26:58 +04:30
758b7b8ccd
Change separator line
2016-06-14 18:46:45 +04:30
2fb6cdb300
Add --tcp/-T option ( fix #19 )
2016-06-14 18:31:58 +04:30
1fa14ded48
Correctly show AD flag ( fix #13 )
2016-06-14 18:27:20 +04:30
597b801b7b
Bump version
2016-06-14 17:44:46 +04:30
c025a0894c
Remove dnspython from external requirements
v1.4.0
2016-06-14 17:01:52 +04:30
a820d11e0e
Add original dnspython as submodule
...
This would be in effect until the latest version (>=1.15.0) become
available on pypi.
2016-06-14 17:00:55 +04:30
d8b9de5fcc
This should not exist in this branch to make merging easier
2016-06-14 16:58:13 +04:30
d79f5821c5
Refactor and comments
2016-06-14 16:48:35 +04:30
f74b311170
Add relevant category
2016-06-14 16:39:53 +04:30
acd8602891
Refactor and comments
2016-06-14 16:39:44 +04:30
403a583942
Update version information to match setuptools
2016-06-12 12:15:09 +04:30
8725ce0aeb
Update requirements to match new dnspython version
2016-06-05 10:04:22 +04:30
c45d408be1
Add requirements.txt, now we depend on dnspython
2016-06-01 13:24:55 +04:30
8a1b74fe0f
remove patched dnspython module and use stock version
2016-06-01 13:23:56 +04:30
22ef5331af
Remove AF
2016-06-01 13:23:46 +04:30
efeccef2aa
Fix text alignment
2016-06-01 13:22:43 +04:30
4092e4e2cb
Use new socket_factory to avoid using patched dnspython
2016-06-01 13:09:34 +04:30
db90716837
show dns flags in fixed columns ( fix #18 )
2016-05-25 20:36:14 +04:30