From: Arne Fitzenreiter Date: Wed, 30 Aug 2017 08:35:32 +0000 (+0200) Subject: unbound: flush negative and bogus at update forwarders X-Git-Tag: v2.19-core114~1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=391e3390efc1be31a8be976d0235980f3e13101a;p=ipfire-2.x.git 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 --- 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 ;;