-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: farrokhi/dnsdiag
base: v2.0.2
head repository: farrokhi/dnsdiag
compare: v2.1.0
- 16 commits
- 11 files changed
- 5 contributors
Commits on May 13, 2021
-
Bump versionon master and refactor
Move a few shared classes and constants to new util.shared module
Configuration menu - View commit details
-
Copy full SHA for 74864a5 - Browse repository at this point
Copy the full SHA 74864a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed8d90 - Browse repository at this point
Copy the full SHA 4ed8d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb7b06 - Browse repository at this point
Copy the full SHA 7cb7b06View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ae77be - Browse repository at this point
Copy the full SHA 8ae77beView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7d8e5 - Browse repository at this point
Copy the full SHA ae7d8e5View commit details
Commits on May 17, 2021
-
Split sample command from example output (#90)
Now that GitHub has a copy button for each code block it's far too easy to copy/paste a whole bunch of sample output Also removed % from start of lines so that sample commands will run without editing.
Configuration menu - View commit details
-
Copy full SHA for 94d6e48 - Browse repository at this point
Copy the full SHA 94d6e48View commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 13c079b - Browse repository at this point
Copy the full SHA 13c079bView commit details -
Add support for sub-second intervals
Interval is no more limited to "seconds": ```shell ./dnsping.py -i 0.2 -c 50 --flags -t AAAA -s 9.9.9.9 ripe.net ``` Fixes #89
Configuration menu - View commit details
-
Copy full SHA for 0665242 - Browse repository at this point
Copy the full SHA 0665242View commit details
Commits on Oct 4, 2021
-
* Improvements on Dockerfile (#94)
* Change image to python:3.8-alpine targeting a smaller image (50mb now) * Added /dnsdiag to path, allowing path removal from execution * Change on README to reflect path change and recommending network mode as host, since it will reflect a better scenario from host.
Configuration menu - View commit details
-
Copy full SHA for edb168f - Browse repository at this point
Copy the full SHA edb168fView commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa64088 - Browse repository at this point
Copy the full SHA fa64088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e06714 - Browse repository at this point
Copy the full SHA 1e06714View commit details -
Update dependencies and remove support for old python 3.x
- Updated dependencies (required for new features) - Only Python 3.7 and above are supported
Configuration menu - View commit details
-
Copy full SHA for 3e00801 - Browse repository at this point
Copy the full SHA 3e00801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8cbd4 - Browse repository at this point
Copy the full SHA 5d8cbd4View commit details -
Add support for "-m" for cache-miss (Fixes #92)
Add support for "-m" / "--cache-miss" flag to prepend fqdn in request with a random 8-bytes string to enforce a cache miss. This will help users to measure delay the whole recursion chain, by enforcing DNS resolver to contact "resolve" the name every time. As a consequence, the response may be empty or contain a wildcard response.
Configuration menu - View commit details
-
Copy full SHA for ae25da8 - Browse repository at this point
Copy the full SHA ae25da8View commit details -
Add support for disabling recursion (-r)
Add support to clear RD flags from requests to disable recursion, using "-r" or "--norecurse" flag.
Configuration menu - View commit details
-
Copy full SHA for eade70b - Browse repository at this point
Copy the full SHA eade70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f18f218 - Browse repository at this point
Copy the full SHA f18f218View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.2...v2.1.0