Compare commits
3 commits
4ba1b63e13
...
00f00c5f41
Author | SHA1 | Date | |
---|---|---|---|
00f00c5f41 | |||
041d06a96e | |||
8a5cf2e819 |
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue