mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: knot-resolver: Manage a root TA at /var/cache/knot-resolver.
* gnu/services/dns.scm (%kresd.conf): Add /var/cache/knot-resolver/root.keys as the root TA.
This commit is contained in:
parent
8a5c4384e0
commit
244db6bbc8
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +658,7 @@ (define-record-type* <knot-resolver-configuration>
|
|||
|
||||
(define %kresd.conf
|
||||
(plain-file "kresd.conf" "-- -*- mode: lua -*-
|
||||
trust_anchors.add_file('/var/cache/knot-resolver/root.keys')
|
||||
net = { '127.0.0.1', '::1' }
|
||||
user('knot-resolver', 'knot-resolver')
|
||||
modules = { 'hints > iterate', 'stats', 'predict' }
|
||||
|
|
Loading…
Reference in a new issue