Skip to main content

DNS propagation checker

Project description

dnspropagation

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

Installation

pip install dnspropagation

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 five 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 --country and --owner. Both can be used multiple times. When used, the AND operation is used.

owner

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.5.tar.gz (5.6 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.5-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dnspropagation-0.0.5.tar.gz
  • Upload date:
  • Size: 5.6 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.5.tar.gz
Algorithm Hash digest
SHA256 806a8adb01aab448f0d75f48ef22ffade54b799724b9dbddee653a95c67c2348
MD5 25b1099ed9fdd6154f909dbcf46ec915
BLAKE2b-256 41e53982da299a1a82f2c640b66e599c7e25a8b7787b9a1d3c2d3a5ce794b1c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dnspropagation-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ed5faedc07f67ac964988d2286e88e0391f91a65aa9a53225c0cd1e91871cf43
MD5 25faa817b661242efc2dbbdb18f67e02
BLAKE2b-256 5b60f9bc63702cfb6dc702d1b3d82ae3e1300d6b48db9d63162561072c624cb2

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