From 64679c57cdbfcf5dd1de3d439f8b436aa7511eef Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 4 Feb 2024 11:18:10 +0100 Subject: [PATCH] Clarify what an empty netmask field does (Settings -> DHCP page) Signed-off-by: DL6ER --- settings-dhcp.lp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/settings-dhcp.lp b/settings-dhcp.lp index fd0a3b84..dedc8cf0 100644 --- a/settings-dhcp.lp +++ b/settings-dhcp.lp @@ -61,16 +61,19 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
- +
Netmask
+ autocorrect="off" value="" placeholder="automatic">
+
+

Leave the netmask field empty to have Pi-hole infer it from the configured IP address of your device. If you want to specify a netmask, you can use the format 255.255.255.0.

+
 

Enable this option to enable IPv6 support for the Pi-hole DHCP server. This will allow the Pi-hole to hand out IPv6 addresses to clients and also provide IPv6 router advertisements (RA) to clients. This option is only useful if the Pi-hole is configured with an IPv6 address.