Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDL6ER <dl6er@dl6er.de>2019-12-12 00:47:46 +0300
committerDL6ER <dl6er@dl6er.de>2019-12-12 00:47:46 +0300
commit69a909fc4cb3d061cc02649ab78ae055ef08fc67 (patch)
tree227a565a2be6aa43fb8f5795695579e3a200de1a /advanced
parent3231e5c3ba833e715e8acf408b862e6b0c6fd3bd (diff)
On modification of lists, we should send real-time signal 0 instead of SIGHUP. This also preserves the DNS cache of not-blocked domains.
Signed-off-by: DL6ER <dl6er@dl6er.de>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/list.sh b/advanced/Scripts/list.sh
index c5bf5b2a..320d4ae8 100755
--- a/advanced/Scripts/list.sh
+++ b/advanced/Scripts/list.sh
@@ -257,5 +257,5 @@ echo "DONE"
fi
if [[ "${reload}" != false ]]; then
- pihole restartdns reload
+ pihole restartdns reload-lists
fi