blob: 5ef43bc65f6d48ac28e94f47bf54b4c65e799938 (
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
|
#
# This is a sample of a minimal configuration file for Knot DNS.
#
# For exhaustive list of all options see samples/knot.full.conf
# in the source directory or refer to user manual.
#
system {
identity "@package@ @version@";
}
interfaces {
my-iface { address 127.0.0.1@53533; }
}
zones {
example.com {
file "@sysconfdir@/example.com.zone";
}
}
log {
syslog { any info, notice, warning, error; }
}
|