To install dnsaudit, follow these steps:
go install github.com/devanshbatham/dnsaudit@latest
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.