From 91e808f1db0b76f3625f516ec73a95b4e32decb2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 17 May 2020 18:07:58 +0000 Subject: Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaa 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. --- doc/s6-dnsip.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/s6-dnsip.html (limited to 'doc/s6-dnsip.html') diff --git a/doc/s6-dnsip.html b/doc/s6-dnsip.html new file mode 100644 index 0000000..47c4970 --- /dev/null +++ b/doc/s6-dnsip.html @@ -0,0 +1,72 @@ + + + + + + s6-dns: the s6-dnsip program + + + + + + +

+s6-dns
+Software
+skarnet.org +

+ +

The s6-dnsip program

+ +

+ s6-dnsip finds both the IPv6 and IPv4 addresses associated to a domain name. +

+ +

Interface

+ +
+     s6-dnsip [ -q ] [ -r ] [ -t timeout ] domain
+
+ + + +

Options

+ + + +

Notes

+ +

+Even if the underlying skalibs has been compiled without IPv6 support, +or IPv6 DNS transport is unavailable for any reason, s6-dnsip will still +return IPv6 addresses if the AAAA query has a positive result. +

+ + + -- cgit v1.2.3