From bc3c914b12689a8f245b2332bc6055bcc3f3dc89 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 May 2025 17:21:38 +0000 Subject: [PATCH] unbound: Use fast reload Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 24d9256380..56f7f4ff02 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -598,7 +598,7 @@ case "$1" in write_hosts_conf # Call unbound-control and perform the reload - /usr/sbin/unbound-control -q reload + /usr/sbin/unbound-control -q fast_reload # Dummy Resolve to wait for unbound resolve "ping.ipfire.org" &>/dev/null -- 2.39.5