wh04M1i / dnsaudit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%