me
/
guix
Archived
1
0
Fork 0

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.
master
宋文武 2020-01-22 20:13:13 +08:00
parent 8a5c4384e0
commit 244db6bbc8
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 1 additions and 0 deletions

View File

@ -658,6 +658,7 @@
(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' }