From f780ff3fbc48c0dd1bf251e0e3d10f77b3a2f0ef Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 26 May 2020 18:20:07 +0200 Subject: [PATCH] Add :interface description Signed-off-by: DL6ER --- groups-clients.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/groups-clients.php b/groups-clients.php index e4796df5..542993e7 100644 --- a/groups-clients.php +++ b/groups-clients.php @@ -39,7 +39,14 @@
-

You can select an existing client or add a custom one by typing into the field above and confirming your entry with .
Clients may be described either by their IP addresses (IPv4 and IPv6 are supported), IP subnets (CIDR notation, like 192.168.2.0/24), their MAC addresses (like 12:34:56:78:9A:BC) or by hostnames (like localhost). Note that client recognition by IP addresses (incl. subnet ranges) are prefered over MAC address or host name recognition as the two latter will only be available after some time. Furthermore, MAC address recognition only works for devices at most one networking hop away from your Pi-hole.

+

You can select an existing client or add a custom one by typing into the field above and confirming your entry with .

+

Clients may be described either by their IP addresses (IPv4 and IPv6 are supported), + IP subnets (CIDR notation, like 192.168.2.0/24), + their MAC addresses (like 12:34:56:78:9A:BC), + by their hostnames (like localhost), or by the interface they are connected to (prefaced with a colon, like :eth0).

+

Note that client recognition by IP addresses (incl. subnet ranges) are prefered over MAC address, host name or interface recognition as + the two latter will only be available after some time. + Furthermore, MAC address recognition only works for devices at most one networking hop away from your Pi-hole.