]> granicus.if.org Git - pdns/commitdiff
Fix dnsupdate docs. closes #3525
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Mar 2016 09:52:26 +0000 (10:52 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Mar 2016 09:52:26 +0000 (10:52 +0100)
docs/markdown/authoritative/dnsupdate.md
docs/markdown/authoritative/settings.md

index aa71be66897d1b5da39b0f3f014d3069e28ac3bf..1d6be3f03ed5432af0bddb413cecc3cfcfe19ea9 100644 (file)
@@ -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).
 
index 38eb0e0868a49ea7c9f6256ebc5516e90fa3e596..e5720049ffb0098dda72658c4bbb47d9fe7c2e5c 100644 (file)
@@ -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