* [PATCH] unbound: keep probing when servers are down
@ 2021-01-06 10:16 Jonatan Schlag
0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2021-01-06 10:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
Till now when a server was in the "blocking regime" there was one probe
made every 15 min, to see if this server is up again. In situations
where all servers where down (e.g. because of a massive package loss)
it could take up to 15 min to have a working dns again.
This patch changes this behaviour in a way that a server marked down is
probed every 2 min.
Fixes: #12557
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/unbound/unbound.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf
index 3aab6ea46..f78aaae8c 100644
--- a/config/unbound/unbound.conf
+++ b/config/unbound/unbound.conf
@@ -60,6 +60,9 @@ server:
# Allow access from everywhere
access-control: 0.0.0.0/0 allow
+ # Timeout behaviour
+ infra-keep-probing: yes
+
# Bootstrap root servers
root-hints: "/etc/unbound/root.hints"
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-06 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 10:16 [PATCH] unbound: keep probing when servers are down Jonatan Schlag
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox