diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-07-06 11:00:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-07-06 11:00:58 +0000 |
commit | cfe4051aaffd4ff5e7a1b55b023840042896dbd6 (patch) | |
tree | 254e4ba0b8d5e1fd2286ad562518f65aba5df07e /doc | |
parent | ad7f496c36025a4177e061bbf7d1205d38685316 (diff) | |
download | s6-dns-cfe4051aaffd4ff5e7a1b55b023840042896dbd6.tar.xz |
Add s6dns_hosts reading functions
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libs6dns/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/libs6dns/index.html b/doc/libs6dns/index.html index 3c4be98..6320376 100644 --- a/doc/libs6dns/index.html +++ b/doc/libs6dns/index.html @@ -77,6 +77,8 @@ the low-level asynchronous networking functions. </li> interface to <tt>resolv.conf</tt> reading. </li> <li> The <a href="s6dns-resolve.html">s6-dns/s6dns-resolve.h</a> header provides the user-level synchronous resolution functions. </li> + <li> The <a href="hosts.html">s6-dns/hosts.h</a> header provides +functions to solve name and IP queries according the <tt>/etc/hosts</tt> file. </li> <li> The <a href="s6dns-fmt.html">s6-dns/s6dns-fmt.h</a> header provides formatting primitives to display RR contents. </li> </ul> |