/dns-check-nameservers

Simple bash script to get name servers of a list of domains

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dns-check-nameservers

Simple bash script to get nameservers of a list of domains

I wrote this script to check if customer domains on our nameservers still exists and have our nameservers assigned to keep our nameservers clean.

Usage:

./dns-check-nameservers.sh <file with list of domains>

The file with all domain records has to contain one domain each line. F.ex.:
example1.com
example2.com
example3.com

License

GPLv3, see LICENCE file.