summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-08-29 21:44:05 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-09-06 22:43:33 +0100
commitd334e7c34fcb6955a9c4fd856c54fa815ca0452d (patch)
tree1a31718060111a790c87721168946cb543ea200e /CHANGELOG
parentd21438a7df78f64810fa1ebec1fe64478444fa80 (diff)
downloaddnsmasq-d334e7c34fcb6955a9c4fd856c54fa815ca0452d.tar.gz
Add --use-stale-cache option.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index deb82d1..69af8a3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -90,6 +90,16 @@ version 2.87
when doing DNSSEC over unreliable upstream network. It comes
with some cost in memory usage and network bandwidth.
+ Add -use-stale-cache option. When set, if a DNS name exists
+ in the cache, but its time-to-live has expired, dnsmasq will
+ return the data anyway. (It attempts to refresh the
+ data with an upstream query after returning the stale data.)
+ This can improve speed and reliability. It comes
+ at the expense of sometimes returning out-of-date data and
+ less efficient cache utilisation, since old data cannot be
+ flushed when its TTL expires, so the cache becomes
+ strictly least-recently-used.
+
version 2.86
Handle DHCPREBIND requests in the DHCPv6 server code.