From a3567f0c50543f41f6850cb5945f81ae28b5f28b Mon Sep 17 00:00:00 2001 From: Matt Nordhoff Date: Tue, 19 May 2020 21:56:55 +0000 Subject: [PATCH] rec: docs: Update the allow-from setting default. The default is LOCAL_NETS, but the copy of it in the documentation was incomplete. --- pdns/recursordist/docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index eacaacd142..cb1ec523cb 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -17,7 +17,7 @@ As an example: ``allow-from`` -------------- - IP ranges, separated by commas -- Default: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 +- Default: 127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10 Netmasks (both IPv4 and IPv6) that are allowed to use the server. The default allows access only from :rfc:`1918` private IP addresses. -- 2.47.2