From: Matt Nordhoff Date: Tue, 19 May 2020 21:56:55 +0000 (+0000) Subject: rec: docs: Update the allow-from setting default. X-Git-Tag: dnsdist-1.5.0-rc3~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3567f0c50543f41f6850cb5945f81ae28b5f28b;p=thirdparty%2Fpdns.git rec: docs: Update the allow-from setting default. The default is LOCAL_NETS, but the copy of it in the documentation was incomplete. --- 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.