From: Remi Gacogne Date: Fri, 28 Apr 2017 07:59:32 +0000 (+0200) Subject: dnsdist: Clarify that addPoolRule() applies to source addresses X-Git-Tag: rec-4.1.0-alpha1~144^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5280%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Clarify that addPoolRule() applies to source addresses --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 1dd1510084..6585a76548 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1485,8 +1485,8 @@ instantiate a server with additional parameters * Pool related: * `addPoolRule(domain, pool)`: send queries to this domain to that pool * `addPoolRule({domain, domain}, pool)`: send queries to these domains to that pool - * `addPoolRule(netmask, pool)`: send queries to this netmask to that pool - * `addPoolRule({netmask, netmask}, pool)`: send queries to these netmasks to that pool + * `addPoolRule(netmask, pool)`: send queries from this netmask to that pool + * `addPoolRule({netmask, netmask}, pool)`: send queries from these netmasks to that pool * `addQPSPoolRule(x, limit, pool)`: like `addPoolRule`, but only select at most 'limit' queries/s for this pool, letting the subsequent rules apply otherwise * `getPool(poolname)`: return the ServerPool named `poolname` * `getPoolServers(pool)`: return servers part of this pool