How to test if DNS information has propagated?
Posted
by
Andrew
on Server Fault
See other posts from Server Fault
or by Andrew
Published on 2012-04-28T00:59:46Z
Indexed on
2014/08/19
16:22 UTC
Read the original article
Hit count: 263
dns
I set up a new DNS entry for one of my subdomains (I haven't set up any Apache virtual hosts or anything like that yet). How can I check that the DNS information has propagated?
I assumed that I could simply ping my.subdomain.com
and assume that if it could resolve, it would show the IP address I specified in the A record. However, I don't know if I am assuming correctly. What is the best way to check this information?
© Server Fault or respective owner