]> granicus.if.org Git - pdns/commitdiff
document that we have showServerPolicy in dnsdist
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 9 Nov 2015 20:05:35 +0000 (21:05 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 9 Nov 2015 20:05:52 +0000 (21:05 +0100)
pdns/README-dnsdist.md

index 5c2fb257da6bdab9a36cab973ea82293c5838845..a59e72d08c9d87ddd510d216c42ca4d6e4751484 100644 (file)
@@ -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