From be52690764f44531be991c76c6b2ec98b7c3b5af Mon Sep 17 00:00:00 2001 From: appliedprivacy <33653399+appliedprivacy@users.noreply.github.com> Date: Sat, 15 Jun 2019 17:46:54 +0000 Subject: [PATCH] dnsdist doc typo fix leastOustanding -> leastOutstanding --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 00b2293f8..34f876e7b 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 -- 2.40.0