]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: docs: Update the allow-from setting default. 9131/head
authorMatt Nordhoff <mnordhoff@gmail.com>
Tue, 19 May 2020 21:56:55 +0000 (21:56 +0000)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 21:56:55 +0000 (21:56 +0000)
The default is LOCAL_NETS, but the copy of it in the documentation was incomplete.

pdns/recursordist/docs/settings.rst

index eacaacd142bf41ce34eb61b4ed906d1415b94049..cb1ec523cb434b65ed6cebff2f58feb14e1069fc 100644 (file)
@@ -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.