Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

azzamsa/digs.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digs

dig multiple nameservers at once

Installation

pip install digs

Features

Take the tour

Check all record in multiple defined nameservers

$ digs foo.com SOA

  66.0.0.0 - Los Angeles
  satu.neodns.id. hostmaster.neodns.id. 2019102900 10800 3600 604800 38400
  45.0.0.0 - Silicon Valley
  satu.neodns.id. hostmaster.neodns.id. 2019102900 10800 3600 604800 38400
  108.0.0.0 - New Jersey
  satu.neodns.id. hostmaster.neodns.id. 2019102900 10800 3600 604800 38400

Assert the returned result

$ digs foo.com SOA -f custom-servers.yaml --check

  :green:`66.0.0.0 - Los Angeles`
  :green:`satu.neodns.id. hostmaster.neodns.id. 2019102900 10800 3600 604800 38400`
  :green:`45.0.0.0 - Silicon Valley`
  :green:`satu.neodns.id. hostmaster.neodns.id. 2019102900 10800 3600 604800 38400`
  :red:`108.0.0.0 - New Jersey`
  :red:`1.dns.id. hs.dns.id. 2019102900 10800 3600 604800 38400`

Quick Start

Create digs.yml file based on digs.yml.example. Adjust the value to your needs, then run digs.

About

dig multiple nameservers at once

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages