From: Robin Geuze Date: Sat, 3 Nov 2018 14:23:39 +0000 (+0100) Subject: Add some documentation X-Git-Tag: dnsdist-1.3.3~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ecc212ea752e7af35f050faed60c9a7c21e8b3e;p=thirdparty%2Fpdns.git Add some documentation --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 801879fed1..7838f6dd4e 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -512,6 +512,16 @@ Functions for manipulating Self-Answered Response Rules: Move the last self answered response rule to the first position. +Function for pool related rules + +.. function:: PoolAvailableRule(poolname) + + .. versionadded:: 1.3.3 + + Check whether a pool has any servers available to handle queries + + :param string poolname: Pool to check + .. _RulesIntro: Matching Packets (Selectors)