From 6ad552db92ec707ab5d7e629fe31e9f5049ceedc Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 28 Nov 2016 21:10:34 +0200 Subject: [PATCH] Update version number for Lua updatePolicy --- 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 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. -- 2.47.2