From 391e3390efc1be31a8be976d0235980f3e13101a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 30 Aug 2017 10:35:32 +0200 Subject: [PATCH] unbound: flush negative and bogus at update forwarders this resolves problems that negative answers from a forwarder was still used after setting new servers. Signed-off-by: Arne Fitzenreiter --- src/initscripts/system/unbound | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 00023ef23d..e5554d7254 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -523,6 +523,9 @@ case "$1" in update_forwarders + unbound-control flush_negative > /dev/null + unbound-control flush_bogus > /dev/null + fix_time_if_dns_fail ;; -- 2.39.5