Lazy Diary @ Hatena Blog

PowerShell / Java / miscellaneous things about software development, Tips & Gochas. CC BY-SA 4.0/Apache License 2.0

Entries from 2024-04-01 to 1 day

How long does an old DNS A record live in stub resolver according to TTL?

Question A cached DNS A record in a full resolver expires after the TTL has elapsed. A timer for TTL starts when the full resolve gets an answer from an authoritative name server. So, how about stub resolvers? How about a full resolver tha…