...
- Use command line tools: $whois <domain>
- You can know the hosting provider in nameserver
If the domain is not using our DNS, the DNS in our Control Panel is not used, so do not try to make changes there as they have no effect. There will be a big red warning message like:
And you can check where does the domain point now:
- Use command line tools: $host <domain> or $host www.<domain>
- If IP address result is same with our IP address, that means the domain points to us
Info |
---|
Any DNS update can take anywhere between 1-48 hours to propagate through the internet. So if you make a DNS update, it is usually -never- immediatly in effect. Some computers might have the old DNS, while others have the new DNS. During this time, you should use $host <DOMAIN> <CURRENT_DNS_SERVER_IN_WHOIS> to verify settings instead of just $host <DOMAIN> |
...