blob: ccf1f726ce495f0323bf2e1f2261b6ed1b63af1f (
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
29
|
#
# 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
acl:
- id: acl_slave
address: {{ROOT_ADDR}}
action: transfer
template:
- id: default
storage: "{{WORKING_DIR}}"
zone:
- domain: example.com
file: "{{INSTALL_DIR}}/sets/knotd/master/example.com.zone"
acl: acl_slave
|