CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/06 14:05:45
Modified files:
usr.sbin/acme-client: dnsproc.c
Log message:
Give acme-client a chance to work on IPv6 only hosts by using the
AI_ADDRCONFIG flag for getaddrinfo to only return addresses for a
configured address family.
Implementing a loop over all IPs is left as an exercise to the reader.
Reported some time ago by kasimov.an AT gmail on bugs@, thanks!
oh boy deraadt@
OK benno@
