📜  dns ttl 含义 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:54.609000             🧑  作者: Mango

代码示例1
/**
DNS TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. 
The information gathered is then stored in the cache of the recursive or local resolver for the TTL before it reaches back out to collect new, updated details.
**/