From 842f3a0b6ee5ddf40500a91c169ed0d0fdd19813 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 9 Nov 2018 20:43:23 +0100 Subject: [PATCH] Add info that regex blocking is not available at maximum privacy level and that the resolver needs to be restarted if the privacy level is lowered. Signed-off-by: DL6ER --- settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.php b/settings.php index 0b877114..ba968e81 100644 --- a/settings.php +++ b/settings.php @@ -1067,10 +1067,10 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
+ ?>>No Statistics mode: This disables all statistics processing. Even the query counters will not be available.
Note that regex blocking is not available when query analyzing is disabled.
Additionally, you can disable logging to the file /var/log/pihole.log using sudo pihole logging off.
-

The privacy level may be changed at any time without having to restart the DNS resolver. However, note that queries with (partially) hidden details cannot be disclosed with a subsequent reduction of the privacy level.

+

The privacy level may be increased at any time without having to restart the DNS resolver. However, note that you need to restart the DNS resolver when lowering the privacy level.

0 && $piHoleLogging){ ?>

Warning: Pi-hole's query logging is activated. Although the dashboard will hide the requested details, all queries are still fully logged to the pihole.log file.