diff options
Diffstat (limited to 'knot.sample.conf.in')
-rw-r--r-- | knot.sample.conf.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/knot.sample.conf.in b/knot.sample.conf.in new file mode 100644 index 0000000..db5c587 --- /dev/null +++ b/knot.sample.conf.in @@ -0,0 +1,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; } +} |