From 4caa0efc595594d167d24085f7a181a4baa7bdc0 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 11 Jan 2020 19:37:50 +0100 Subject: [PATCH] ids.cgi: Do reload instead of restarting unbound Signed-off-by: Stefan Schantl --- html/cgi-bin/dns.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index 69ab7bb7b8..ae7d4efa23 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -803,7 +803,7 @@ END # Private function to handle the restart of unbound and more. sub _handle_unbound_and_more () { # Restart unbound - system('/usr/local/bin/unboundctrl restart >/dev/null'); + system('/usr/local/bin/unboundctrl reload >/dev/null'); # Check if the IDS is running. if(&IDS::ids_is_running()) { -- 2.39.2