Compare commits

..

3 commits

View file

@ -1,4 +1,8 @@
{pkgs, ...}: { {
config,
pkgs,
...
}: {
# Knot Resolver is a minimalistic implementation of a caching validating DNS # Knot Resolver is a minimalistic implementation of a caching validating DNS
# resolver. Modular architecture keeps the core tiny and efficient, and it # resolver. Modular architecture keeps the core tiny and efficient, and it
# provides a state-machine like API for extensions. # provides a state-machine like API for extensions.