]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Clarify that addPoolRule() applies to source addresses 5280/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 28 Apr 2017 07:59:32 +0000 (09:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 28 Apr 2017 07:59:32 +0000 (09:59 +0200)
pdns/README-dnsdist.md

index 1dd151008413dd2b585605c1cba0f1df31d47bed..6585a7654868031e62a09cd4cd8e8ef48dabfe18 100644 (file)
@@ -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