From: appliedprivacy <33653399+appliedprivacy@users.noreply.github.com> Date: Sat, 15 Jun 2019 17:46:54 +0000 (+0000) Subject: dnsdist doc typo fix X-Git-Tag: dnsdist-1.4.0-rc1~124^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7936%2Fhead;p=thirdparty%2Fpdns.git dnsdist doc typo fix leastOustanding -> leastOutstanding --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 00b2293f8f..34f876e7ba 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -375,7 +375,7 @@ Servers address="IP:PORT", -- IP and PORT of the backend server (mandatory) id=STRING, -- Use a pre-defined UUID instead of a random one qps=NUM, -- Limit the number of queries per second to NUM, when using the `firstAvailable` policy - order=NUM, -- The order of this server, used by the `leastOustanding` and `firstAvailable` policies + order=NUM, -- The order of this server, used by the `leastOutstanding` and `firstAvailable` policies weight=NUM, -- The weight of this server, used by the `wrandom`, `whashed` and `chashed` policies, default: 1 -- Supported values are a minimum of 1, and a maximum of 2147483647. pool=STRING|{STRING}, -- The pools this server belongs to (unset or empty string means default pool) as a string or table of strings