From 0a0365fa7d46b07f9cc2511a5d7fb01a993a3160 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 7 Aug 2020 11:35:00 +0200 Subject: [PATCH] Be explicit about IPs vs netmasks. --- pdns/recursordist/docs/settings.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: -- 2.47.2