diff options
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r-- | samples/knot.sample.conf.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in new file mode 100644 index 0000000..7084595 --- /dev/null +++ b/samples/knot.sample.conf.in @@ -0,0 +1,18 @@ +system { + identity "@package@ @version@"; + storage "@localstatedir@/@package@"; +} + +interfaces { + my-iface { address 127.0.0.1@5353; } +} + +zones { + example.com { + file "@sysconfdir@/example.com.zone"; + } +} + +log { + syslog { any warning, error; } +} |