From 96c7fbd2334cd920e09f9c485992c0182b7f0406 Mon Sep 17 00:00:00 2001 From: JP Mens Date: Thu, 26 Oct 2017 10:11:54 +0200 Subject: [PATCH] dnsupdate default for allow-dnsupdate-from --- docs/dnsupdate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index 6cbc95376..da9605e2b 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -39,7 +39,7 @@ enable DNS update support. Default is ``no``. ~~~~~~~~~~~~~~~~~~~~~~~~ A list of IP ranges that are allowed to perform updates on any domain. -The default is ``0.0.0.0/0``, which means that all ranges are accepted. +The default is ``127.0.0.0/8``, which means that all loopback addresses are accepted. Multiple entries can be used on this line (``allow-dnsupdate-from=198.51.100.0/8 203.0.113.2/32``). The option can be left empty to disallow everything, this then should be used in -- 2.50.1