blob: 4ac768ec0a21a2fa81a3a01dbca4c053c4e2abfb (
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
27
28
|
#
# This is a sample of a minimal configuration file for Knot DNS.
# For more details, see man 5 knot.conf or refer to the server documentation.
#
server:
listen: {{SELF_ADDR}}@53
control:
listen: "{{WORKING_DIR}}/knotd.sock"
log:
- target: stdout
any: info
remote:
- id: master
address: {{ROOT_ADDR}}@53
template:
- id: default
storage: "{{WORKING_DIR}}"
zone:
- domain: example.com
file: "{{WORKING_DIR}}/example.com.zone"
master: master
|