Running the command dig
against a particular domain, returns the previous name server details. For example;
domain.com. 41068 IN NS ns1.nameserver1.com.
Now if i run the command dig +nssearch host.example.com
, followed by the command `dig domain.com', i get a different result.
domain.com. 41068 IN NS chad.ns.cloudflare.com.
- Why is that?
- If i run the dig command i.e.
dig domain.com
several times, it returns the previous name server details. Why is that?
EDIT
The name server details had been changed however running the commands in the same window of time produces to different results.