From: Michael Tremer Date: Fri, 5 Jun 2026 09:18:33 +0000 (+0000) Subject: core203: Update /etc/hosts during update X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=911dacbb279fb07cb8aa3bd0b65ad09fedb13ecf;p=ipfire-2.x.git core203: Update /etc/hosts during update Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/core/203/update.sh index 35c737c78..27bbcfe78 100644 --- a/config/rootfiles/core/203/update.sh +++ b/config/rootfiles/core/203/update.sh @@ -84,6 +84,7 @@ fi # Stop Unbound & start Knot Resolver if [ -x "/etc/init.d/unbound" ]; then /etc/init.d/unbound stop + /etc/init.d/localnet start /etc/init.d/knot-resolver start fi