summaryrefslogtreecommitdiffstats
path: root/samples/knot.sample.conf.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:24:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:24:08 +0000
commitf449f278dd3c70e479a035f50a9bb817a9b433ba (patch)
tree8ca2bfb785dda9bb4d573acdf9b42aea9cd51383 /samples/knot.sample.conf.in
parentInitial commit. (diff)
downloadknot-f449f278dd3c70e479a035f50a9bb817a9b433ba.tar.xz
knot-f449f278dd3c70e479a035f50a9bb817a9b433ba.zip
Adding upstream version 3.2.6.upstream/3.2.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r--samples/knot.sample.conf.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in
new file mode 100644
index 0000000..be3f2ec
--- /dev/null
+++ b/samples/knot.sample.conf.in
@@ -0,0 +1,36 @@
+# This is a sample of a minimal configuration file for Knot DNS.
+# See knot.conf(5) or refer to the server documentation.
+
+server:
+ rundir: "@run_dir@"
+ user: knot:knot
+ automatic-acl: on
+# listen: [ 127.0.0.1@53, ::1@53 ]
+
+log:
+ - target: syslog
+ any: info
+
+database:
+ storage: "@storage_dir@"
+
+remote:
+# - id: secondary
+# address: 192.168.1.1@53
+#
+# - id: primary
+# address: 192.168.2.1@53
+
+template:
+ - id: default
+ storage: "@storage_dir@"
+ file: "%s.zone"
+
+zone:
+# # Primary zone
+# - domain: example.com
+# notify: secondary
+
+# # Secondary zone
+# - domain: example.net
+# master: primary