]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for EDNS client subnet so that it does not store SERVFAIL in master
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Apr 2026 13:45:28 +0000 (15:45 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Apr 2026 13:45:28 +0000 (15:45 +0200)
commit330d5211c9aabbb805eb3e47932d4d5899dc4e51
treec1249c3476f5641fc428433c92efa4948e099bf0
parent2dc28a249abcf69422961f0f1e439170d139092f
- Fix for EDNS client subnet so that it does not store SERVFAIL in
  the global cache after a failed lookup, such as timeouts. A failure
  entry is stored in the subnet cache, for the query name, for a
  couple of seconds. Queries can continue to use the subnet cache
  during that time.
doc/Changelog
edns-subnet/subnetmod.c
edns-subnet/subnetmod.h
iterator/iterator.c
services/mesh.c
testdata/subnet_cached_servfail_timeout.crpl [new file with mode: 0644]
util/module.h