Is there a way to override & increase the received TTL from an upstream DNS server?
Is there a configuration parameter in dnsmasq for this?
|
feedback
|
|
Basing my answer on your comments to Gareth (which really should be incorporated into your question), I would say that the most likely causes of your problem are:
| |||
|
feedback
|
|
Do you mean the TTL for a negative response from an upstream server ? That's controlled by the --neg-ttl parameter: --neg-ttl= Negative replies from upstream servers normally contain time-to-live information in SOA records which dnsmasq uses for caching. If the replies from upstream servers omit this information, dnsmasq does not cache the reply. This option gives a default value for time-to-live (in seconds) which dnsmasq uses to cache negative replies even in the absence of an SOA record. | |||
feedback
|