From: Pieter Lexis Date: Thu, 7 Apr 2016 08:24:16 +0000 (+0200) Subject: dnsdist: update last addLuaAction parameter reference X-Git-Tag: dnsdist-1.0.0-beta1~27^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f659cc0c30b5fa166d2d5ab6043aa168b03fb5b5;p=thirdparty%2Fpdns.git dnsdist: update last addLuaAction parameter reference --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index cfb70e0265..23f3de55b2 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1049,8 +1049,8 @@ instantiate a server with additional parameters * `showPools()`: list the current server pools * Lua Action related: * `addLuaAction(x, func)`: where 'x' is all the combinations from `addPoolRule`, and func is a - function with parameters remote, qname, qtype, dh and len, which returns an action to be taken - on this packet. Good for rare packets but where you want to do a lot of processing. + function with the parameter `dq`, which returns an action to be taken on this packet. + Good for rare packets but where you want to do a lot of processing. * Server selection policy related: * `setServerPolicy(policy)`: set server selection policy to that policy * `setServerPolicyLua(name, function)`: set server selection policy to one named 'name' and provided by 'function'