From: Baptiste Assmann Date: Fri, 22 Jun 2018 13:04:43 +0000 (+0200) Subject: MINOR: dns: new DNS options to allow/prevent IP address duplication X-Git-Tag: v1.9-dev1~175 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=8e2d9430c0562ed74276d7f58e92706c384c0a36;p=haproxy-2.1.git MINOR: dns: new DNS options to allow/prevent IP address duplication By default, HAProxy's DNS resolution at runtime ensure that there is no IP address duplication in a backend (for servers being resolved by the same hostname). There are a few cases where people want, on purpose, to disable this feature. This patch introduces a couple of new server side options for this purpose: "resolve-opts allow-dup-ip" or "resolve-opts prevent-dup-ip". --- diff --git a/doc/configuration.txt b/doc/configuration.txt index e901d7e..b443de6 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11682,6 +11682,40 @@ rise after consecutive successful health checks. This value defaults to 2 if unspecified. See also the "check", "inter" and "fall" parameters. +resolve-opts