haproxy/include
Baptiste Assmann 8e2d9430c0 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".
2018-07-12 17:56:44 +02:00
..
common MINOR: Some spelling cleanup in the comments. 2018-06-21 20:43:52 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: tasks: Make sure we correctly init and deinit a tasklet. 2018-06-14 18:57:13 +02:00
types MINOR: dns: new DNS options to allow/prevent IP address duplication 2018-07-12 17:56:44 +02:00