]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hosts.cgi: Hosts can now be imported when reloading unbound
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Jan 2020 20:12:02 +0000 (21:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Jan 2020 20:12:02 +0000 (21:12 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/hosts.cgi

index 973c480b3520ee1d62fde124b817beaabd175f23..1c9df5a62884abae74412969593501a11db3734c 100644 (file)
@@ -488,5 +488,5 @@ sub SortDataFile
 #
 sub BuildConfiguration {
     system '/usr/local/bin/rebuildhosts';
-    system '/usr/local/bin/unboundctrl restart &>/dev/null';
+    system '/usr/local/bin/unboundctrl reload &>/dev/null';
 }