DNS resolver tester — measure resolution time, test DNSSEC, compare resolvers, and detect DNS issues
Project description
dargslan-dns-resolver
DNS Resolver Tester — Measure resolution time, compare resolvers, test DNSSEC, and detect DNS configuration issues. Zero external dependencies.
Installation
pip install dargslan-dns-resolver
CLI Usage
dargslan-dns report # Full DNS report
dargslan-dns resolve google.com # Quick resolution test
dargslan-dns dig google.com MX # Dig-style query
dargslan-dns compare 8.8.8.8 1.1.1.1 # Compare resolvers
dargslan-dns dnssec google.com # DNSSEC validation test
dargslan-dns reverse 8.8.8.8 # Reverse lookup
dargslan-dns config # Show resolver config
dargslan-dns json # JSON output
Python API
from dargslan_dns_resolver import DNSResolver
dr = DNSResolver()
result = dr.resolve("dargslan.com")
comparison = dr.compare_resolvers(["8.8.8.8", "1.1.1.1", "9.9.9.9"])
dr.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_dns_resolver-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_dns_resolver-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
554007d10aac113a467d956c00ce2d4248e5310028139c2febada027d1980a40
|
|
| MD5 |
dc2a8a7bbb443076be6612f08b3f8f40
|
|
| BLAKE2b-256 |
ed6d2b593d5ad7a1680f53d34774b7ca049a53e30d4ed66a10db28eb618d1643
|
File details
Details for the file dargslan_dns_resolver-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_dns_resolver-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7656fc78459d84412515df6f4d8b5804108c71d66c8d54746d3993e9c55807bf
|
|
| MD5 |
de11ed9df188b0fef33da683ee9027c8
|
|
| BLAKE2b-256 |
50081ffbdc864f09dd32ad04aeab227330354da0bd89e8771501554f5202f371
|