]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update version number for Lua updatePolicy
authorAki Tuomi <cmouse@cmouse.fi>
Mon, 28 Nov 2016 19:10:34 +0000 (21:10 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Sun, 12 Feb 2017 08:50:50 +0000 (10:50 +0200)
docs/markdown/authoritative/dnsupdate.md

index 37e0d5df7544716d400deb674f77f2b430c21558..e9f275fef88a2758dd63458185e7182e1720f448 100644 (file)
@@ -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.