Skip to content

Commit

Permalink
libunbound reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Dec 10, 2021
1 parent 175b966 commit 511a47a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions source/developer/libunbound-tutorial/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _doc_libunbound:

Unbound Library Tutorial
========================

This is the tutorial for the unbound library. Unbound can run as a server, as a
daemon in the background, answering DNS queries from the network.
Alternatively, it can link to an application as a library ``-lunbound``, and
answer DNS queries for the application. This tutorial explains how to use the
library API.

.. toctree::
:maxdepth: 2
:caption: Contents

resolve-a-name
setup-context
examine-results
async-lookup
lookup-threads
dnssec-validate
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
Resolve a Name
==============

This is the tutorial for the unbound library. Unbound can run as a server, as a
daemon in the background, answering DNS queries from the network.
Alternatively, it can link to an application as a library ``-lunbound``, and
answer DNS queries for the application. This tutorial explains how to use the
library API.

First, obtain `ldns <https://www.nlnetlabs.nl/projects/ldns/about/>`_ and
:ref:`Unbound <doc_unbound_installation>`, compile and install them. To compile
a program with its library use this command, assuming unbound was installed in
Expand Down

0 comments on commit 511a47a

Please sign in to comment.