From 0acde372f9c0f17134db109907ac580563a421ec Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 12 Feb 2017 10:49:58 +0200 Subject: [PATCH] dnsupdate.md: Change LUA to Lua --- docs/markdown/authoritative/dnsupdate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/dnsupdate.md b/docs/markdown/authoritative/dnsupdate.md index e9f275fef..7234c2715 100644 --- a/docs/markdown/authoritative/dnsupdate.md +++ b/docs/markdown/authoritative/dnsupdate.md @@ -26,7 +26,7 @@ A list of IP ranges that are allowed to perform updates on any domain. The defau Tell PowerDNS to forward to the master server if the zone is configured as slave. Masters are determined by the masters field in the domains table. The default behaviour is enabled (yes), which means that it will try to forward. In the processing of the update packet, the **allow-dnsupdate-from** and **TSIG-ALLOW-DNSUPDATE** are processed first, so those permissions apply before the **forward-dnsupdate** is used. It will try all masters that you have configured until one is successful. ## `lua-dnsupdate-policy-script` -Use this LUA script containing function `updatepolicy` to validate each update. (since 4.0.0) +Use this Lua script containing function `updatepolicy` to validate each update. (since 4.0.0) This will **TURN OFF** all other authorization methods, and you are expected to take care of everything yourself. See [update policy](#update-policy) for details and examples. -- 2.40.0