summaryrefslogtreecommitdiffstats
path: root/doc/index.rst
blob: f5d9d423c6894596e677a532c942f4f423ec739c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.. SPDX-License-Identifier: GPL-3.0-or-later

#############
Knot Resolver
#############

Knot Resolver is a minimalistic implementation of a caching validating DNS resolver.
Modular architecture keeps the core tiny and efficient,
and it provides a state-machine like API for extensions.

.. toctree::
   :caption: Quick Start
   :name: quickstart
   :maxdepth: 1

   quickstart-install
   quickstart-startup
   quickstart-config

.. _configuration-chapter:

.. toctree::
   :caption: Configuration
   :name: users
   :maxdepth: 3

   config-overview
   config-network
   config-performance
   config-policy
   config-logging-monitoring
   config-dnssec
   config-experimental
   config-no-systemd

.. _operation-chapter:

.. toctree::
   :caption: Operation
   :maxdepth: 1

   upgrading
   NEWS

.. toctree::
   :caption: Developers
   :name: developers
   :maxdepth: 2

   build
   modules-http-custom-services
   lib
   modules_api
   worker_api


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`