Skip to main content

DNS propagation checker

Reason this release was yanked:

wrong --html output

Project description

dnspropagation

Simple CLI utility to check propagation of DNS records using multiple DNS servers.

Installation

pip install dnspropagation
# or 
pipx install dnspropagation
# or run in docker
docker run berkas1/dnspropagation a google.com

Usage

In the most simple form you can just specify type of record and domain name:

dnspropagation a google.com

# or you can use docker version
docker run berkas1/dnspropagation a google.com

It will check entries for a given type and domain name using six default public nameservers. It returns a human-readable colorful table. You can use --json or --yaml parameters to make it machine-readable.

Table 1

Custom DNS servers

You can either supply custom DNS server to query using the --server parameter, which can be used multiple times:

dnspropagation --server 1.1.1.1 --server 8.8.8.8 a google.com
# or
docker run berkas1/dnspropagation --server 1.1.1.1 --server 8.8.8.8 a google.com

OR you can add a yaml-formatted list of servers. This has to follow given format (as can be seen in this file) and be supplied to the utility using the --custom_list parameter.

Expected results

You can expect a value to be returned by DNS servers. If this value is returned, its color will be green. Otherwise the value will be shown red. expect1

Filtering DNS servers

When using the default DNS servers or a custom list, you can limit which servers you want to query using parameters --tags and --owner. Both can be used multiple times. When used, the AND operation is used.

Generate HTML output

Using --html parameter will output HTML code to STDOUT that will show simple responsive page with the table.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dnspropagation-0.0.6.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dnspropagation-0.0.6-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file dnspropagation-0.0.6.tar.gz.

File metadata

  • Download URL: dnspropagation-0.0.6.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dnspropagation-0.0.6.tar.gz
Algorithm Hash digest
SHA256 56d84f510e5421f01a703142334e228183c1ac45776ab5294ecbe3231463fbe5
MD5 578ce3cabbd25c13387d4ad75184ae35
BLAKE2b-256 b07ce4e416c401156448c7d09bef412cf798545344bd7f7974dfaeaefa70b789

See more details on using hashes here.

File details

Details for the file dnspropagation-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: dnspropagation-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dnspropagation-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f4c0597129dfd3585af5267cd9806bb8fc968cfdf18ce55673ffb961903e5f60
MD5 ae62e8f679993b62d3b5e90721f1682d
BLAKE2b-256 e54adf645a060f8be31a659365a1fcd6a948d9baec1671a1abdbeb34bcd144d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page