mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
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:
@@ -320,7 +320,7 @@ if(isset($_POST["action"]))
|
||||
|
||||
if($importedsomething)
|
||||
{
|
||||
exec("sudo pihole restartdns");
|
||||
exec("sudo pihole restartdns reload");
|
||||
}
|
||||
|
||||
unlink($fullfilename);
|
||||
|
||||
Reference in New Issue
Block a user