haproxy/include
Baptiste Assmann 325137d603 MEDIUM: dns: implement a DNS resolver
Implementation of a DNS client in HAProxy to perform name resolution to
IP addresses.

It relies on the freshly created UDP client to perform the DNS
resolution. For now, all UDP socket calls are performed in the
DNS layer, but this might change later when the protocols are
extended to be more suited to datagram mode.

A new section called 'resolvers' is introduced thanks to this patch. It
is used to describe DNS servers IP address and also many parameters.
2015-06-13 22:07:35 +02:00
..
common BUG/MEDIUM: compat: fix segfault on FreeBSD 2015-06-13 08:25:36 +02:00
import MINOR: lru: Add lru64_lookup function 2015-06-12 18:06:59 +02:00
proto MEDIUM: dns: implement a DNS resolver 2015-06-13 22:07:35 +02:00
types MEDIUM: dns: implement a DNS resolver 2015-06-13 22:07:35 +02:00