Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot Resolver
8821 commits behind the upstream repository.
  • Marek Vavruša's avatar
    65e0473a
    daemon: split worker to 'engine' and workers · 65e0473a
    Marek Vavruša authored
    The engine is responsible for central managemento of resources and work
    distribution. This allows to spawn multiple loops.
    
    The engine configuration / interface is based on Lua 5.1-5.2, including
    a RPC and a simple CLI interface. This is going to be the core of configuration
    later on.
    65e0473a
    History
    daemon: split worker to 'engine' and workers
    Marek Vavruša authored
    The engine is responsible for central managemento of resources and work
    distribution. This allows to spawn multiple loops.
    
    The engine configuration / interface is based on Lua 5.1-5.2, including
    a RPC and a simple CLI interface. This is going to be the core of configuration
    later on.
index.rst 472 B

Knot DNS Resolver

The Knot DNS Resolver is a minimalistic caching resolver implementation. The project provides both a resolver library and a small daemon. Modular architecture of the library keeps the core tiny and efficient, and provides a state-machine like API for extensions.

Indices and tables

  • :ref:`genindex`
  • :ref:`modindex`
  • :ref:`search`