aboutsummaryrefslogtreecommitdiffstats
path: root/src/clients/s6-dnsip.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.3.7.0; ignore link-local addresses in /etc/hostsLaurent Bercot2023-11-171-10/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix wrong error on nodata in s6-dnsipLaurent Bercot2023-07-231-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More bigfuxes!Laurent Bercot2023-07-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass on all clients, add hosts support wherever applicableLaurent Bercot2023-07-121-17/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11Laurent Bercot2021-08-041-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot2021-03-171-1/+1
|
* Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaaLaurent Bercot2020-05-171-0/+67
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.