]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #228
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Oct 2020 08:35:47 +0000 (10:35 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Oct 2020 08:35:47 +0000 (10:35 +0200)
- Merge PR #228 : infra-keep-probing option to probe hosts that are
  down.  Add infra-keep-probing: yes option. Hosts that are down are
  probed more frequently.
  With the option turned on, it probes about every 120 seconds,
  eventually after exponential backoff, and that keeps that way. If
  traffic keeps up for the domain. It probes with one at a time, eg.
  one query is allowed to probe, other queries within that 120 second
  interval are turned away.

doc/Changelog

index 61d2d4859d4e9ed14b930e65a2d83b6fe9d1a057..b7e5928ca3e93a00000e8eb855327267901610c2 100644 (file)
@@ -1,3 +1,13 @@
+21 October 2020: Wouter
+       - Merge PR #228 : infra-keep-probing option to probe hosts that are
+         down.  Add infra-keep-probing: yes option. Hosts that are down are
+         probed more frequently.
+         With the option turned on, it probes about every 120 seconds,
+         eventually after exponential backoff, and that keeps that way. If
+         traffic keeps up for the domain. It probes with one at a time, eg.
+         one query is allowed to probe, other queries within that 120 second
+         interval are turned away.
+
 19 October 2020: George
        - Merge PR #324 from James Renken: Add modern X.509v3 extensions to
          unbound-control TLS certificates.