From 1f244e4e9cabfdaf1e494af225fa2fba23682021 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 28 Apr 2017 09:59:32 +0200 Subject: [PATCH] dnsdist: Clarify that addPoolRule() applies to source addresses --- 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 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 -- 2.47.2