summaryrefslogtreecommitdiff
path: root/src/clients/s6-dnsip.c
AgeCommit message (Collapse)Author
2023-07-23 Fix wrong error on nodata in s6-dnsipLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-20 More bigfuxes!Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-12 Pass on all clients, add hosts support wherever applicableLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Adapt to skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-04 Adapt to skalibs-2.11Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-03-17 bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot
2020-05-17 Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaaLaurent Bercot
TODO: resolveq_aaaaa returns the best (1 answer) whereas we want both ip6 and ip4 when available. It works with noq, it should work with q too.