mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:12:45 +02:00
When compiled with USE_GETADDRINFO, make sure we use getaddrinfo(3) to perform name lookups. On default dual-stack setups this will change the behavior of using IPv6 first. Global configuration option 'nogetaddrinfo' can be used to revert to deprecated gethostbyname(3).