From f659cc0c30b5fa166d2d5ab6043aa168b03fb5b5 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 7 Apr 2016 10:24:16 +0200 Subject: [PATCH] dnsdist: update last addLuaAction parameter reference --- pdns/README-dnsdist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index cfb70e026..23f3de55b 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' -- 2.40.0