From d2ff1f90939f001df1a8af315ebad050cebb4d85 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 15 Jun 2019 17:47:07 +0200 Subject: [PATCH] Clarify that the router does not always have to be the DHCP server. Fixes #893 Signed-off-by: DL6ER --- settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.php b/settings.php index e2063097..73993429 100644 --- a/settings.php +++ b/settings.php @@ -856,11 +856,11 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists" determine the names of devices on your local network. As a result, tables such as Top Clients will only show IP addresses.

One solution for this is to configure Pi-hole to forward these - requests to your home router, but only for devices on your + requests to your DHCP server (most likely your router), but only for devices on your home network. To configure this we will need to know the IP - address of your router and the name of your local network.

+ address of your DHCP server and the name of your local network.

Note: The local domain name must match the domain name specified - in your router, likely found within the DHCP settings.

+ in your DHCP server, likely found within the DHCP settings.