https://github.com/ctrlaltdev/dnscomp
DNS Comparison tool
https://github.com/ctrlaltdev/dnscomp
Last synced: 9 months ago
JSON representation
DNS Comparison tool
- Host: GitHub
- URL: https://github.com/ctrlaltdev/dnscomp
- Owner: ctrlaltdev
- Created: 2020-09-11T15:30:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-18T18:24:53.000Z (over 5 years ago)
- Last Synced: 2025-02-14T19:39:25.231Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What
I made this tool initially to verify that I migrated all records before switching from one nameserver to another.
That way I could query the records and compare against the one I created on the new NS without actually switching yet.
# How To Use
```sh
./dnscomp.sh -d domain.tld -r resolver.dns.tld
```
example:
```sh
./dnscomp.sh -d ctrlalt.dev -r 208.67.222.222
```
That will compare the records provided by your default DNS settings with the one provided by Open DNS (208.67.222.222)