commit | 8e2d9430c0562ed74276d7f58e92706c384c0a36 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Fri Jun 22 15:04:43 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 12 17:56:44 2018 +0200 |
tree | 2a219b375305ee66b3eaa719cdbfbc4497daeca8 | |
parent | 84221b4e9010810cf93b7ad7a31d825fa9fc26bf [diff] |
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".