summaryrefslogtreecommitdiffstats
path: root/modules/ta_update/ta_update.test.integr/rfc5011/knot.root.conf
blob: 5e20747339e16ebd233f94502108865a6d661330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Minimal configuration file for Knot DNS server used by dns2rpl.py.
#

server:
    # Listen on all configured IPv4 interfaces.
    listen: 0.0.0.0@5353
    # Listen on all configured IPv6 interfaces.
    listen: ::@5353
    # User for running the server.
    # user: knot:knot
# Log info and more serious events to syslog.
log:
  - target: stderr
    any: debug

template:
#  - id: default
#    storage: "/usr/local/var/lib/knot"

zone:
# Master zone.
  - domain: .
    storage: "."
    file: "root.db"