summaryrefslogtreecommitdiffstats
path: root/samples/knot.sample.conf.in
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2013-06-12 16:24:02 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2013-06-12 16:24:02 +0200
commitd53e0f650b56a099846b411c2ddf3da1d158c790 (patch)
treea462b2ac5a513bddd7011df9973dadedd2daf5d2 /samples/knot.sample.conf.in
parentMerge branch 'revert_udpqueue_v13' of /git/repositories/knot (diff)
downloadknot-d53e0f650b56a099846b411c2ddf3da1d158c790.tar.xz
knot-d53e0f650b56a099846b411c2ddf3da1d158c790.zip
samples: remove useless files and update Makefile
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r--samples/knot.sample.conf.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in
index 09da2a86d..225fbc539 100644
--- a/samples/knot.sample.conf.in
+++ b/samples/knot.sample.conf.in
@@ -1,10 +1,17 @@
+#
+# 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@";
storage "@localstatedir@/@package@";
}
interfaces {
- my-iface { address 127.0.0.1@5353; }
+ my-iface { address 127.0.0.1@53533; }
}
zones {