From: bert hubert Date: Mon, 9 Nov 2015 20:05:35 +0000 (+0100) Subject: document that we have showServerPolicy in dnsdist X-Git-Tag: dnsdist-1.0.0-alpha1~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=391b7fbeaa45060afb3c4b78d12c4a4b50dd3fab;p=pdns document that we have showServerPolicy in dnsdist --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 5c2fb257d..a59e72d08 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -609,6 +609,7 @@ Here are all functions: * 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' + * `showServerPolicy()`: show name of currently operational server selection policy * `newServerPolicy(name, function)`: create a policy object from a Lua function * Available policies: * `firstAvailable`: Pick first server that has not exceeded its QPS limit, ordered by the server 'order' parameter