From: Pieter Lexis Date: Tue, 22 Mar 2016 09:52:26 +0000 (+0100) Subject: Fix dnsupdate docs. closes #3525 X-Git-Tag: dnsdist-1.0.0-beta1~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88149df41a8189eab2cce80bf0fd94375dacba86;p=thirdparty%2Fpdns.git Fix dnsupdate docs. closes #3525 --- diff --git a/docs/markdown/authoritative/dnsupdate.md b/docs/markdown/authoritative/dnsupdate.md index aa71be6689..1d6be3f03e 100644 --- a/docs/markdown/authoritative/dnsupdate.md +++ b/docs/markdown/authoritative/dnsupdate.md @@ -29,7 +29,7 @@ The semantics are that first a dynamic update has to be allowed either by the gl Secondly, if a zone has a TSIG-ALLOW-DNSUPDATE metadata setting, that must match too. -So to only allow dynamic DNS updates to a zone based on TSIG key, and regardless of IP address, set allow-dns-update-from to empty, set ALLOW-DNSUPDATE-FROM to "0.0.0.0/0" and "::/0" and set the TSIG-ALLOW-DNSUPDATE to the proper key name. +So to only allow dynamic DNS updates to a zone based on TSIG key, and regardless of IP address, set allow-dnsupdate-from to empty, set ALLOW-DNSUPDATE-FROM to "0.0.0.0/0" and "::/0" and set the TSIG-ALLOW-DNSUPDATE to the proper key name. Further information can be found [below](#how-it-works). diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index 38eb0e0868..e5720049ff 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -17,7 +17,7 @@ For boolean settings, specifying the name of the setting without a value means If set, only these IP addresses or netmasks will be able to perform AXFR. -## `allow-dns-update-from` +## `allow-dnsupdate-from` * IP ranges, separated by commas Allow DNS updates from these IP ranges. @@ -319,7 +319,7 @@ Enables EDNS subnet processing, for backends that support it. Entropy source file to use. -## `forward-dnsupdates` +## `forward-dnsupdate` * Boolean * Default: no