glg wrote:
are you waiting until 00/15/30/45 past the hour then the DNS manager actually posts updates?
No. I verify the servers have updated empirically:
Code:
dig @ns1.linode.com a.b.com A
<correct updated results>
...
dig @ns5.linode.com a.b.com A
<correct updated results>
Then I check resolver1.fremont.linode.com:
Code:
dig @resolver1.fremont.linode.com a.b.com A
<previous cached results based>
All of Linode's DNS servers exhibit correct behavior as far as I have seen. It's even possible to tell from the TTL the recursive server gives how long it can keep the cached record. It's just that the cached record happens to be unhelpful for this specific case.