]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Be explicit about IPs vs netmasks.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Aug 2020 09:35:00 +0000 (11:35 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Aug 2020 09:35:00 +0000 (11:35 +0200)
pdns/recursordist/docs/settings.rst

index f99376d3ae5ae66a3f6b0ebdea779a0c8dc04046..c54752495491372df688a8a1c6ef28b0f228b8dd 100644 (file)
@@ -1838,14 +1838,16 @@ IP address for the webserver to listen on.
 
 ``webserver-allow-from``
 ------------------------
--  IP addresses, comma separated
+-  IP ranges, comma separated
 -  Default: 127.0.0.1,::1
 
 .. versionchanged:: 4.1.0
 
-    Default is now 127.0.0.1,::1, was 0.0.0.0,::/0 before.
+    Default is now 127.0.0.1,::1, was 0.0.0.0/0,::/0 before.
 
-These subnets are allowed to access the webserver.
+These IPs and subnets are allowed to access the webserver. Note that
+specifying an IP address without a netmask uses an implicit netmask
+of /32 or /128.
 
 .. _setting-webserver-loglevel: