dig a specific nameserver
echo "Nameserver:" && read NS echo "Domain:" && read DOMAIN dig @${NS} SOA ${DOMAIN} dig @${NS} NS ${DOMAIN}