summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2021-06-13 21:29:22 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2021-06-13 21:29:22 +0100
commit3236f358f84d142d4daaccb058c6850e73f1d066 (patch)
treec444bb20a0cea0bcd9e6b505f5dc3261284d2612 /CHANGELOG
parent4a6550d69a193927bc433147b5193822f05e0099 (diff)
downloaddnsmasq-3236f358f84d142d4daaccb058c6850e73f1d066.tar.gz
Revise resource handling for number of concurrent DNS queries.
This used to have a global limit, but that has a problem when using different servers for different upstream domains. Queries which are routed by domain to an upstream server which is not responding will build up and trigger the limit, which breaks DNS service for all other domains which could be handled by other servers. The change is to make the limit per server-group, where a server group is the set of servers configured for a particular domain. In the common case, where only default servers are declared, there is no effective change.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8eaf294..da5139d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,7 +38,18 @@ version 2.86
Finally, some of the oldest and gnarliest code in dnsmasq has had
a significant clean-up. It's far from perfect, but it _is_ better.
+ Revise resource handling for number of concurrent DNS queries. This
+ used to have a global limit, but that has a problem when using
+ different servers for different upstream domains. Queries which are
+ routed by domain to an upstream server which is not responding will
+ build up and trigger the limit, which breaks DNS service for
+ all other domains which could be handled by other servers. The
+ change is to make the limit per server-group, where a server group
+ is the set of servers configured for a particular domain. In the
+ common case, where only default servers are declared, there is
+ no effective change.
+
version 2.85
Fix problem with DNS retries in 2.83/2.84.
The new logic in 2.83/2.84 which merges distinct requests