pihole-FTL only needs to be reloaded not restarted when the lists have been updated. This is much faster than a hard restart.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-07-24 22:19:15 +02:00
parent 3cfb226757
commit eac87f139f

View File

@@ -320,7 +320,7 @@ if(isset($_POST["action"]))
if($importedsomething)
{
exec("sudo pihole restartdns");
exec("sudo pihole restartdns reload");
}
unlink($fullfilename);