https://github.com/nilicule/ns_check
Check multiple nameservers for a hostname
https://github.com/nilicule/ns_check
Last synced: 2 months ago
JSON representation
Check multiple nameservers for a hostname
- Host: GitHub
- URL: https://github.com/nilicule/ns_check
- Owner: nilicule
- License: mit
- Created: 2023-12-06T12:40:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T12:52:43.000Z (over 2 years ago)
- Last Synced: 2025-10-09T00:50:35.829Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ns_check
## Description
Script to check multiple nameservers for a hostname and compare the results.
## Usage
```
❯ python check.py example.org --record-type A
google-dns: 93.184.216.34
google-dns-2: 93.184.216.34
controld: 93.184.216.34
controld-2: 93.184.216.34
quad9: 93.184.216.34
quad9-2: 93.184.216.34
opendns: 93.184.216.34
opendns-2: 93.184.216.34
cloudflare: 93.184.216.34
cloudflare-2: 93.184.216.34
cleanbrowsing: 93.184.216.34
cleanbrowsing-2: 93.184.216.34
alternatedns: 93.184.216.34
alternatedns-2: 93.184.216.34
adguard: 93.184.216.34
adguard-2: 93.184.216.34
```