From: Aki Tuomi Date: Mon, 28 Nov 2016 19:10:34 +0000 (+0200) Subject: Update version number for Lua updatePolicy X-Git-Tag: rec-4.1.0-alpha1~257^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad552db92ec707ab5d7e629fe31e9f5049ceedc;p=thirdparty%2Fpdns.git Update version number for Lua updatePolicy --- diff --git a/docs/markdown/authoritative/dnsupdate.md b/docs/markdown/authoritative/dnsupdate.md index 37e0d5df75..e9f275fef8 100644 --- a/docs/markdown/authoritative/dnsupdate.md +++ b/docs/markdown/authoritative/dnsupdate.md @@ -259,7 +259,7 @@ This is a short description of how DNS update messages are processed by PowerDNS # Update policy -Since 4.0.0, you can define a Lua script to handle DNS UPDATE message authorization. +Since 4.1.0, you can define a Lua script to handle DNS UPDATE message authorization. The Lua script is to contain at least function called `updatepolicy` which accepts one parameter. This parameter is an object, containing all the information for the request. To permit change, return true, otherwise return false.