My provider shared me a document link about how to configure Dns and the document stated that i must add New Host(A or AAAA) like this:
Hostname:ns1
FQDN:ns1.domain.com
IP: 192.168.1.2 <= for example
And New Alias(CNAME) Like this:
Hostname: www
FQDN: www.domain.com
FQDN for target host: domain.com
i did what it mentioned. but website never showed up although it was searchable through ip
address and ns1.domain.name
.moreover,i read other websites guidelines and they also stated what document did.
After a lot of efforts, i couldn't solve the problem that, why website doesn't resolve while i search domian.com
or www.domain.com
in chrome.
So i tried to change every thing and tried below settings and it WORKED !.now the website can be searched in both domain.com
and www.domain.com
Add New Host(A or AAAA)
Hostname:www
FQDN:www.domain.com
IP: 192.168.1.2 <= for example
Recently, i read this website which says
DNS Propagation- DNS changes to a domain may require 4-24 hours of domain propagation before the change is recognized on the internet. If you have made a change which affects an IP assignment (e.g. A record), then you will need to allow for the propagation time to complete before it is recognized on the internet.
it means New Host(A or AAAA) needs time to Propagation.is it correct? if yes why do my settings affect instantly ?
I need a clear answer around this question topic . all others tell i must have CNAME but my settings solve my problem. what's wrong here?
i am using Windows Server 2016