From e68e7719fc6f341f6d7dcb50a6cdeee89e2495a9 Mon Sep 17 00:00:00 2001
From: XhmikosR Add or remove domains (or subdomains) from the white-/blacklist. If a domain is added to e.g. the whitelist, any possible entry of the same domain will be automatically removed from the blacklist and vice versa. Regex blacklisting is supported (entering ^example will block any domain starting with example, see also our Regex documentation). You can still whitelist specific domains even if they fall under a regex pattern. Regex blacklisting is supported (entering ^example will block any domain starting with example, see also our Regex documentation). You can still whitelist specific domains even if they fall under a regex pattern. You can white-/blacklist multiple entries at a time if you separate the domains by spaces. Javascript seems to be disabled. This will break some site features. To enable Javascript click here JavaScript seems to be disabled. This will break some site features. To enable JavaScript click hereWhite- / Blacklist
Exact blocking
-
Regex & Wildcard blocking
+Regex & Wildcard blocking
diff --git a/scripts/pi-hole/php/footer.php b/scripts/pi-hole/php/footer.php
index 06687e99..2667f59f 100644
--- a/scripts/pi-hole/php/footer.php
+++ b/scripts/pi-hole/php/footer.php
@@ -52,17 +52,17 @@
Pi-hole Version (Update available!)
+ if($core_update){ ?> (Update available!)
Web Interface Version (Update available!)
+ if($web_update){ ?> (Update available!)
FTL Version (Update available!)
+ if($FTL_update){ ?> (Update available!)
-
Javascript Is Disabled
JavaScript Is Disabled
+ if($core_update){ ?> (Update available!)
Web Interface Version (".$web_branch.", ".$web_commit.")"; }
- if($web_update){ ?> (Update available!)
+ if($web_update){ ?> (Update available!)
FTL Version (Update available!)
+ if($FTL_update){ ?> (Update available!)
If not configured as your DHCP server, Pi-hole won't be able to determine the names of devices on your local network. As a @@ -1321,7 +1321,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists" - See also our DNS cache documentation. + See also our DNS cache documentation.