Skip to content

Instantly share code, notes, and snippets.

View kriskhaira's full-sized avatar

Kris Khaira kriskhaira

View GitHub Profile
@kriskhaira
kriskhaira / checkdns
Created November 28, 2010 16:14
Useful for checking DNS propagation with Google Public DNS and OpenDNS after migrating servers
#!/bin/bash
# checkdns
# A very simple dig tool for checking DNS propagation with Google Public DNS and OpenDNS after migrating servers
#
# INSTRUCTIONS
# Put this in your ~/bin folder, make it executable and run it by typing "checkdns" in your command line
read -p "Enter domain: " domain
# Google Public DNS