是否有可能设置解除绑定(或者也许绑定)成为一个解决scheme,增加了解决logging的TTL?
基本上,我遇到一个DNS服务器的问题,这个服务器的TTL(60分钟)很明显正在重启。 我正在获取一些随机的“未知主机名”,当它显然是重新启动。 如果我可以设置一个parsing器caching条目,并可能增加TTL本地或故障转移到最后一个条目。 这甚至可能吗?
恕我直言,不可靠的服务器是不是一个问题,为客户解决! DNS有足够的内置冗余规定,备份名称服务器等。
主机设置TTL,这是一个可以在最多 TTL秒caching这条logging的指令。
如果允许您进行区域转移,则可以作为该故障区域的从属服务器运行,这可能会导致该区域中的logging的TTL超时。
cachinglogging的时间越长,TTL通常被认为是一个坏主意。 cachinglogging更短,然后他们的TTL允许是根据标准,因此绑定有一个max-cache-ttl选项,而不是相反。
不受限制地做:
caching分钟-TTL:
Time to live minimum for RRsets and messages in the cache. Default is 0. If the the minimum kicks in, the data is cached for longer than the domain owner intended, and thus less queries are made to look up the data. Zero makes sure the data in the cache is as the domain owner intended, higher values, especially more than an hour or so, can lead to trouble as the data in the cache does not match up with the actual data any more.
在提出问题之后,我刚刚find了答案。
我能够改变Unbound中的cache-min-ttl设置,并且能够做我想要的。
这不是一个好主意,但仍然有太多的网站使用DNS进行MX负载平衡。
作为参考,在绑定它的min-cache-ttl = seconds 。