diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2013-06-12 16:24:02 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2013-06-12 16:24:02 +0200 |
commit | d53e0f650b56a099846b411c2ddf3da1d158c790 (patch) | |
tree | a462b2ac5a513bddd7011df9973dadedd2daf5d2 /samples/knot.sample.conf.in | |
parent | Merge branch 'revert_udpqueue_v13' of /git/repositories/knot (diff) | |
download | knot-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.in | 9 |
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 { |