summaryrefslogtreecommitdiff
path: root/knot.sample.conf.in
blob: db5c58711e03a381844c505b1203bf9b92bc03ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
system {
  identity "@package@ @version@";
  storage "@localstatedir@/@package@";
}

interfaces {
  ipv4 { address 127.0.0.1@53; }
}

zones {
  example.com {
    file "@sysconfdir@/example.com.zone";
  }
}

log {
  syslog { any warning, error, notice; }
}