Test if a nameserver change is done right
# imagine you just updated your whois data so it will point your domain to an other nameserver and you want to know if that worked out # this little command lets you know on *nix based machines for i in a b c d e f g h i j k l; do dig +short ns domainname.com @$i.GTLD-SERVERS.NET; done
sourcebench 11:52 pm on January 19, 2010 Permalink |
Test if a nameserver change is done right – http://bit.ly/6IIbii
This comment was originally posted on Twitter