Skip to content

A command-line utility for auditing DNS configuration using Zonemaster API

License

Notifications You must be signed in to change notification settings

devanshbatham/dnsaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnsaudit

A command-line utility for auditing DNS configuration using Zonemaster API

🏗️ Install ⛏️ Usage

dnsaudit

Install

To install dnsaudit, follow these steps:

go install github.com/devanshbatham/dnsaudit@latest

Usage

dnsaudit is a tool for auditing DNS configurations. Here are some examples of how to use the tool:

  • Audit a domain's DNS configuration:

    dnsaudit -domain example.com
  • Update the audit results for a domain:

    dnsaudit -domain example.com -update

Here are the available command-line flags:

Flag Description Example
-domain Specify the domain name to audit. dnsaudit -domain example.com
-update Update the audit results for the specified domain. dnsaudit -domain example.com -update

The tool will provide information about the DNS configuration of the specified domain, including issues and warnings.

About

A command-line utility for auditing DNS configuration using Zonemaster API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages