From: Otto Moerbeek Date: Fri, 7 Aug 2020 09:35:00 +0000 (+0200) Subject: Be explicit about IPs vs netmasks. X-Git-Tag: rec-4.4.0-beta1~49^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a0365fa7d46b07f9cc2511a5d7fb01a993a3160;p=thirdparty%2Fpdns.git Be explicit about IPs vs netmasks. --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index f99376d3ae..c547524954 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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: